浏览代码

Fixing bug in YCM library detection

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

+ 1 - 1
plugin/youcompleteme.vim

@@ -44,7 +44,7 @@ endif
 
 let s:script_folder_path = escape( expand( '<sfile>:p:h' ), '\' )
 let s:python_folder_path = s:script_folder_path . '/../python/'
-let s:ycmd_folder_path = s:script_folder_path . '/../third_party/ycmd'
+let s:ycmd_folder_path = s:script_folder_path . '/../third_party/ycmd/'
 
 function! s:YcmLibsPresentIn( path_prefix )
   if filereadable(a:path_prefix . 'ycm_client_support.so') &&