Setting Syntastic option to work around a vim bug
See https://github.com/scrooloose/syntastic/issues/834 for details.
This commit is contained in:
parent
4b6b5709bd
commit
f46bc7335e
@ -72,6 +72,9 @@ function! youcompleteme#Enable()
|
|||||||
|
|
||||||
if g:ycm_register_as_syntastic_checker
|
if g:ycm_register_as_syntastic_checker
|
||||||
call s:ForceSyntasticCFamilyChecker()
|
call s:ForceSyntasticCFamilyChecker()
|
||||||
|
" We set this to work around segfaults in old versions of Vim
|
||||||
|
" See here for details: https://github.com/scrooloose/syntastic/issues/834
|
||||||
|
let g:syntastic_delayed_redraws = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if g:ycm_allow_changing_updatetime
|
if g:ycm_allow_changing_updatetime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user