Merge pull request #932 from RedBeard0531/master
Only adjust updatetime if above 2000.
This commit is contained in:
commit
abfc3ee36a
@ -77,7 +77,7 @@ function! youcompleteme#Enable()
|
|||||||
call s:SetUpSigns()
|
call s:SetUpSigns()
|
||||||
call s:SetUpSyntaxHighlighting()
|
call s:SetUpSyntaxHighlighting()
|
||||||
|
|
||||||
if g:ycm_allow_changing_updatetime
|
if g:ycm_allow_changing_updatetime && &updatetime > 2000
|
||||||
set ut=2000
|
set ut=2000
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user