浏览代码

Updating an error message for ycm_core not found

Strahinja Val Markovic 12 年之前
父节点
当前提交
9b2a214cbe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugin/youcompleteme.vim

+ 1 - 1
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