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 ddc5c14 commit e7ca3feCopy full SHA for e7ca3fe
src/ex_docmd.c
@@ -9662,6 +9662,10 @@ ex_redraw(eap)
9662
need_wait_return = FALSE;
9663
9664
out_flush();
9665
+#ifdef FEAT_GUI_MACVIM
9666
+ if (gui.in_use)
9667
+ gui_macvim_flush();
9668
+#endif
9669
}
9670
9671
/*
@@ -9685,6 +9689,10 @@ ex_redrawstatus(eap)
9685
9689
RedrawingDisabled = r;
9686
9690
p_lz = p;
9687
9691
9692
+# ifdef FEAT_GUI_MACVIM
9693
9694
9695
+# endif
9688
9696
#endif
9697
9698
0 commit comments