better warning when python is not available

This commit is contained in:
David Halter
2013-08-27 21:30:19 +04:30
parent b9154c7353
commit 178b064821

View File

@@ -230,7 +230,7 @@ elseif has('python3')
command! -nargs=1 Python python3 <args>
else
if !exists("g:jedi#squelch_py_warning")
echomsg "Error: Required vim compiled with +python"
echomsg "Error: jedi-vim requires vim compiled with +python"
endif
finish
end