Fix ycm_path_to_python_interpreter getter

This commit is contained in:
Leszek Swirski 2013-11-15 13:46:10 +00:00
parent 450403044b
commit 167f090cac

View File

@ -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