mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
jedi-vim doesn't work in compatible mode
This commit is contained in:
@@ -4,6 +4,12 @@
|
|||||||
" 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.
|
||||||
|
|
||||||
|
|
||||||
|
" 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.
|
" jedi-vim really needs, otherwise jedi-vim cannot start.
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user