Clarifying the "ycm_core too old" error message

This commit is contained in:
Strahinja Val Markovic 2013-02-20 10:14:29 -08:00
parent 3a285e8a31
commit 0abb3ca61c

View File

@ -44,7 +44,7 @@ function! youcompleteme#Enable()
if !pyeval( 'ycm.CompatibleWithYcmCore()')
echohl WarningMsg |
\ echomsg "YouCompleteMe unavailable, ycm_core too old, PLEASE RECOMPILE" |
\ echomsg "YouCompleteMe unavailable: ycm_core too old, PLEASE RECOMPILE ycm_core" |
\ echohl None
return
endif