From 178b064821f3e86fde34a9d7faa20c913e1aee03 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 27 Aug 2013 21:30:19 +0430 Subject: [PATCH] better warning when python is not available --- autoload/jedi.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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