We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8cacd commit 05e488dCopy full SHA for 05e488d
src/ex_docmd.c
@@ -9664,7 +9664,7 @@ ex_redraw(eap)
9664
out_flush();
9665
#ifdef FEAT_GUI_MACVIM
9666
if (gui.in_use)
9667
- gui_macvim_flush();
+ gui_macvim_force_flush();
9668
#endif
9669
}
9670
@@ -9691,7 +9691,7 @@ ex_redrawstatus(eap)
9691
9692
# ifdef FEAT_GUI_MACVIM
9693
9694
9695
# endif
9696
9697
0 commit comments