Revert "Not using Syntastic lazy redraw anymore"
This reverts commit 4d8fea4b2d
.
Since the commit we are reverting didn't resolve #669, we are reverting it to
fix #593 (again).
This commit is contained in:
parent
b3f70a6c95
commit
afb70bf65e
@ -176,6 +176,10 @@ endfunction
|
||||
function! s:TweakSyntasticOptions()
|
||||
call s:ForceCFamilyFiletypesSyntasticPassiveMode()
|
||||
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
|
||||
endfunction
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user