From 9b2a214cbe2d7dd18a532094e5a7485250e9f55f Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 11 Mar 2013 10:50:08 -0700 Subject: [PATCH] Updating an error message for ycm_core not found --- plugin/youcompleteme.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/youcompleteme.vim b/plugin/youcompleteme.vim index d35969fd..5d6e91c3 100644 --- a/plugin/youcompleteme.vim +++ b/plugin/youcompleteme.vim @@ -47,7 +47,7 @@ endfunction if !s:HasYcmCore() 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!" | \ echohl None finish