Fixing bug in YCM library detection
This commit is contained in:
parent
6572635c67
commit
89eb916f3d
@ -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') &&
|
||||||
|
Loading…
Reference in New Issue
Block a user