mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
" lies in the python files around it.
|
||||
|
||||
if !has('python')
|
||||
echomsg "Error: Required vim compiled with +python"
|
||||
if !exists("g:jedi#squelch_py_warning")
|
||||
echomsg "Error: Required vim compiled with +python"
|
||||
endif
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user