mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
- the common case is having an exception here (with no buffer setting), which results in the exception handler always - vim_eval has overhead, especially with Neovim, so the less calls the better This patch changes it to query the `b:` dict, using the (always set/initialized) global setting as the default.