Allow interrupt during external commands

This commit is contained in:
Bjorn Winckler
2009-01-08 21:25:37 +01:00
parent e648d3b011
commit 76200b7c03
+4
View File
@@ -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;
}