mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 11:14:32 +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
|
" This part of the software is just the vim interface. The really big deal is
|
||||||
" the Jedi Python library.
|
" 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)
|
" jedi-vim doesn't work in compatible mode (vim script syntax problems)
|
||||||
if &compatible
|
if &compatible
|
||||||
" vint: -ProhibitSetNoCompatible
|
" vint: -ProhibitSetNoCompatible
|
||||||
|
|||||||
Reference in New Issue
Block a user