mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Fix default of jedi#auto_vim_configuration back to 1 (#682)
This was broken in eba90e6.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
" This part of the software is just the vim interface. The really big deal is
|
||||
" the Jedi Python library.
|
||||
|
||||
if get(g:, 'jedi#auto_vim_configuration', 0)
|
||||
if get(g:, 'jedi#auto_vim_configuration', 1)
|
||||
" jedi-vim doesn't work in compatible mode (vim script syntax problems)
|
||||
if &compatible
|
||||
" vint: -ProhibitSetNoCompatible
|
||||
|
||||
Reference in New Issue
Block a user