Updating an error message for ycm_core not found

This commit is contained in:
Strahinja Val Markovic 2013-03-11 10:50:08 -07:00
parent 8926a98bf4
commit 9b2a214cbe

View File

@ -47,7 +47,7 @@ endfunction
if !s:HasYcmCore() if !s:HasYcmCore()
echohl WarningMsg | echohl WarningMsg |
\ echomsg "ycm_core.[so|dll] not detected; you need to compile YCM " . \ echomsg "ycm_core.[so|pyd] not detected; you need to compile YCM " .
\ "before using it. Read the docs!" | \ "before using it. Read the docs!" |
\ echohl None \ echohl None
finish finish