From 3d736681eaf02b6f95fae9e9145975e200e6c7a7 Mon Sep 17 00:00:00 2001 From: Harsh Doshi Date: Fri, 15 Mar 2013 17:20:41 -0700 Subject: [PATCH] redraw! causes screen flicker in mvim too --- plugin/syntastic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 3f5f322d..a26dd227 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -495,7 +495,7 @@ endfunction "However, on some versions of gvim using `redraw!` causes the screen to "flicker - so use redraw. function! s:Redraw() - if has('gui_running') + if has('gui_running') || has('gui_macvim') redraw else redraw!