From 167f090cac03a5fa72ce41990dabad802fa65af0 Mon Sep 17 00:00:00 2001 From: Leszek Swirski Date: Fri, 15 Nov 2013 13:46:10 +0000 Subject: [PATCH] Fix ycm_path_to_python_interpreter getter --- plugin/youcompleteme.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/youcompleteme.vim b/plugin/youcompleteme.vim index e8849cc6..a2d122ff 100644 --- a/plugin/youcompleteme.vim +++ b/plugin/youcompleteme.vim @@ -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