Clarifying the "ycm_core too old" error message
This commit is contained in:
parent
3a285e8a31
commit
0abb3ca61c
@ -44,7 +44,7 @@ function! youcompleteme#Enable()
|
|||||||
|
|
||||||
if !pyeval( 'ycm.CompatibleWithYcmCore()')
|
if !pyeval( 'ycm.CompatibleWithYcmCore()')
|
||||||
echohl WarningMsg |
|
echohl WarningMsg |
|
||||||
\ echomsg "YouCompleteMe unavailable, ycm_core too old, PLEASE RECOMPILE" |
|
\ echomsg "YouCompleteMe unavailable: ycm_core too old, PLEASE RECOMPILE ycm_core" |
|
||||||
\ echohl None
|
\ echohl None
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user