mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-04-25 04:04:02 +08:00
399c57ff72
When being initialized via ftplugin `set shortmess+=F` (default in Neovim by now) causes the additional information (the full traceback) to be silenced. This patch uses `:unsilent` to always display it. Ref: https://github.com/neovim/neovim/issues/8675