Skip to content

Commit

Permalink
Not using Syntastic lazy redraw anymore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Valloric committed Dec 10, 2013
1 parent 94f0d6f commit 4d8fea4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autoload/youcompleteme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ 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


Expand Down

0 comments on commit 4d8fea4

Please sign in to comment.