Browse Source

Fixing bug in YCM library detection

Strahinja Val Markovic 11 years ago
parent
commit
89eb916f3d
1 changed files with 1 additions and 1 deletions
  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') &&