diff --git a/autoload/jedi.vim b/autoload/jedi.vim index cbadb26..1e4f07a 100644 --- a/autoload/jedi.vim +++ b/autoload/jedi.vim @@ -230,7 +230,7 @@ elseif has('python3') command! -nargs=1 Python python3 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