Fix ycm_path_to_python_interpreter getter
This commit is contained in:
parent
450403044b
commit
167f090cac
@ -117,7 +117,7 @@ let g:ycm_extra_conf_vim_data =
|
||||
\ get( g:, 'ycm_extra_conf_vim_data', [] )
|
||||
|
||||
let g:ycm_path_to_python_interpreter =
|
||||
\ get( g:, 'path_to_python_interpreter', '' )
|
||||
\ get( g:, 'ycm_path_to_python_interpreter', '' )
|
||||
|
||||
|
||||
" On-demand loading. Let's use the autoload folder and not slow down vim's
|
||||
|
Loading…
Reference in New Issue
Block a user