jedi-vim doesn't work in compatible mode

This commit is contained in:
David Halter
2013-08-28 17:10:26 +04:30
parent 87ac865919
commit 36e84dd112

View File

@@ -4,6 +4,12 @@
" This part of the software is just the vim interface. The really big deal is
" the Jedi Python library.
" jedi-vim doesn't work in compatible mode (vim script syntax problems)
if &compatible
set nocompatible
endif
" jedi-vim really needs, otherwise jedi-vim cannot start.
filetype plugin on