From 71b21818dcd0ea93807e74ae925b0ce7bcdc1a11 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 15 Mar 2009 15:58:46 +0100 Subject: [PATCH] Revert temp patch, fixed properly in 7.2.121 This patch ensures that Ctrl-C works during lengthy :grep operations in GUI mode. --- src/os_unix.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/os_unix.c b/src/os_unix.c index 584c53d0..689bfa8f 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -4481,10 +4481,8 @@ mch_call_shell(cmd, options) cursor_on(); out_flush(); # if FEAT_GUI_MACVIM - if (gui.in_use) { - fast_breakcheck(); + if (gui.in_use) gui_macvim_flush(); - } # endif if (got_int) break; -- 2.11.4.GIT