Skip to content

Commit

Permalink
Remove g:ycm_allow_changing_updatetime option
Browse files Browse the repository at this point in the history
  • Loading branch information
micbou committed May 19, 2017
1 parent 5a806dc commit 07c04f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/youcompleteme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit 07c04f0

Please sign in to comment.