redraw! causes screen flicker in mvim too
This commit is contained in:
parent
75a234231b
commit
3d736681ea
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user