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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user