Fix default of jedi#auto_vim_configuration back to 1 (#682)

This was broken in eba90e6.
This commit is contained in:
Daniel Hahler
2017-02-17 22:11:21 +01:00
committed by GitHub
parent b885e10e0d
commit ac6756a466

View File

@@ -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