mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Use gui_macvim_force_flush for redraw/redrawstatus
This commit is contained in:
+2
-2
@@ -9664,7 +9664,7 @@ ex_redraw(eap)
|
||||
out_flush();
|
||||
#ifdef FEAT_GUI_MACVIM
|
||||
if (gui.in_use)
|
||||
gui_macvim_flush();
|
||||
gui_macvim_force_flush();
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -9691,7 +9691,7 @@ ex_redrawstatus(eap)
|
||||
out_flush();
|
||||
# ifdef FEAT_GUI_MACVIM
|
||||
if (gui.in_use)
|
||||
gui_macvim_flush();
|
||||
gui_macvim_force_flush();
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user