Updating an error message for ycm_core not found
This commit is contained in:
parent
8926a98bf4
commit
9b2a214cbe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user