From 07c04f090af6c47af9974a55567bd7ba72dd67a2 Mon Sep 17 00:00:00 2001 From: micbou Date: Fri, 19 May 2017 03:04:18 +0200 Subject: [PATCH] Remove g:ycm_allow_changing_updatetime option --- plugin/youcompleteme.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/youcompleteme.vim b/plugin/youcompleteme.vim index d7aee0cf..5babae59 100644 --- a/plugin/youcompleteme.vim +++ b/plugin/youcompleteme.vim @@ -50,9 +50,6 @@ let g:loaded_youcompleteme = 1 " The only defaults that are here are the ones that are only relevant to the YCM " Vim client and not the ycmd server. -let g:ycm_allow_changing_updatetime = - \ get( g:, 'ycm_allow_changing_updatetime', 1 ) - let g:ycm_open_loclist_on_ycm_diags = \ get( g:, 'ycm_open_loclist_on_ycm_diags', 1 )