mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-03-07 14:01:57 +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.