Clarify error about Vim without python 2 support
Should be less confusing to some users. Related to issue #619.
This commit is contained in:
parent
f91790e2ee
commit
f3b1233e3c
@ -28,7 +28,8 @@ elseif v:version < 703 || (v:version == 703 && !has('patch584'))
|
||||
finish
|
||||
elseif !has( 'python' )
|
||||
echohl WarningMsg |
|
||||
\ echomsg "YouCompleteMe unavailable: requires python 2.x" |
|
||||
\ echomsg "YouCompleteMe unavailable: requires Vim compiled with " .
|
||||
\ " Python 2.x support" |
|
||||
\ echohl None
|
||||
finish
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user