Merge pull request #588 from vheon/patch-1
Fix error on startup caused by malformed expression
This commit is contained in:
commit
5edb0be951
@ -43,7 +43,7 @@ function! s:HasYcmCore()
|
|||||||
elseif filereadable(path_prefix . 'ycm_client_support.pyd') &&
|
elseif filereadable(path_prefix . 'ycm_client_support.pyd') &&
|
||||||
\ filereadable(path_prefix . 'ycm_core.pyd')
|
\ filereadable(path_prefix . 'ycm_core.pyd')
|
||||||
return 1
|
return 1
|
||||||
elseif filereadable(path_prefix . 'ycm_client_support.dll')
|
elseif filereadable(path_prefix . 'ycm_client_support.dll') &&
|
||||||
\ filereadable(path_prefix . 'ycm_core.dll')
|
\ filereadable(path_prefix . 'ycm_core.dll')
|
||||||
return 1
|
return 1
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user