Remove g:ycm_allow_changing_updatetime option

This commit is contained in:
micbou 2017-05-19 03:04:18 +02:00
parent 5a806dcb30
commit 07c04f090a
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -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 " The only defaults that are here are the ones that are only relevant to the YCM
" Vim client and not the ycmd server. " 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 = let g:ycm_open_loclist_on_ycm_diags =
\ get( g:, 'ycm_open_loclist_on_ycm_diags', 1 ) \ get( g:, 'ycm_open_loclist_on_ycm_diags', 1 )