Skip to content

Commit

Permalink
Auto merge of #2656 - micbou:remove-allow-changing-updatetime-option,…
Browse files Browse the repository at this point in the history
… r=bstaletic

[READY] Completely remove g:ycm_allow_changing_updatetime option

Forgot to remove the `g:ycm_allow_changing_updatetime` option from `plugin/youcompleteme.vim` in PR #2636.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2656)
<!-- Reviewable:end -->
  • Loading branch information
zzbot authored May 19, 2017
2 parents c1c4ebd + 07c04f0 commit acf9ede
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 @@ -57,9 +57,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 acf9ede

Please sign in to comment.