Not using Syntastic lazy redraw anymore
This gets rid of the annoying flashing (issue #669), but reverts the workaround for a rare Vim crash bug (issue #593). We can't have both. Update to latest Vim to not get the crash bug. Fixes #669.
This commit is contained in:
parent
94f0d6fadc
commit
4d8fea4b2d
@ -176,10 +176,6 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user