mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-05-28 00:21:57 +02:00
Allow interrupt during external commands
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user