mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
Merge pull request #64 from lilix/master
Squelch the +python warning during initialization
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
" lies in the python files around it.
|
" lies in the python files around it.
|
||||||
|
|
||||||
if !has('python')
|
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
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user