Fixing bug in YCM library detection

This commit is contained in:
Strahinja Val Markovic 2014-05-14 15:02:51 -07:00
parent 6572635c67
commit 89eb916f3d

View File

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