Auto merge of #2656 - micbou:remove-allow-changing-updatetime-option, 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 -->
This commit is contained in:
zzbot 2017-05-18 20:11:09 -07:00 committed by GitHub
commit acf9edeb1c

View File

@ -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 )