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:
Strahinja Val Markovic 2013-12-27 10:54:36 -08:00
parent b3f70a6c95
commit afb70bf65e

View File

@ -176,6 +176,10 @@ endfunction
function! s:TweakSyntasticOptions() function! s:TweakSyntasticOptions()
call s:ForceCFamilyFiletypesSyntasticPassiveMode() call s:ForceCFamilyFiletypesSyntasticPassiveMode()
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
endfunction endfunction