Merge pull request #564 from hdoshi/master

Use redraw in mvim
This commit is contained in:
Martin Grenfell 2013-03-18 02:44:47 -07:00
commit 29fb3250d0

View File

@ -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!