Clarified the 'old libs found' error message

This commit is contained in:
Strahinja Val Markovic 2014-05-14 15:05:34 -07:00
parent 89eb916f3d
commit 78610d2479

View File

@ -62,7 +62,8 @@ endfunction
if s:YcmLibsPresentIn( s:python_folder_path ) if s:YcmLibsPresentIn( s:python_folder_path )
echohl WarningMsg | echohl WarningMsg |
\ echomsg "YCM libraries found in old location; please RECOMPILE YCM." | \ echomsg "YCM libraries found in old YouCompleteMe/python location; " .
\ "please RECOMPILE YCM." |
\ echohl None \ echohl None
call s:restore_cpo() call s:restore_cpo()
finish finish