diff --git a/src/os_unix.c b/src/os_unix.c index 8e285e5e8a..533faa8a6d 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -4434,6 +4434,10 @@ mch_call_shell(cmd, options) windgoto(msg_row, msg_col); cursor_on(); out_flush(); +# if FEAT_GUI_MACVIM + if (gui.in_use) + fast_breakcheck(); +# endif if (got_int) break; }