Clarify error about Vim without python 2 support

Should be less confusing to some users. Related to issue #619.
This commit is contained in:
Strahinja Val Markovic 2013-10-28 12:31:31 -07:00
parent f91790e2ee
commit f3b1233e3c

View File

@ -28,7 +28,8 @@ elseif v:version < 703 || (v:version == 703 && !has('patch584'))
finish finish
elseif !has( 'python' ) elseif !has( 'python' )
echohl WarningMsg | echohl WarningMsg |
\ echomsg "YouCompleteMe unavailable: requires python 2.x" | \ echomsg "YouCompleteMe unavailable: requires Vim compiled with " .
\ " Python 2.x support" |
\ echohl None \ echohl None
finish finish
endif endif