Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev

This commit is contained in:
David Halter
2013-01-05 13:54:47 +01: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