Merge pull request #64 from lilix/master

Squelch the +python warning during initialization
This commit is contained in:
David Halter
2013-01-05 04:54:29 -08:00

View File

@@ -6,7 +6,9 @@
" lies in the python files around it.
if !has('python')
if !exists("g:jedi#squelch_py_warning")
echomsg "Error: Required vim compiled with +python"
endif
finish
endif