summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-27 22:34:07 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-27 22:34:07 +0000
commit702517dd70c25611ea07c306275cb76f0355cb51 (patch)
tree0997681ddc510c6d18f4b4e01f51324e4367cd9d /src/gui.c
parentb61d40504ec724d5af8c6c1570dbce248622c2e4 (diff)
updated for version 7.0095
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index df29dc9cef..d9ac839e63 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -2668,7 +2668,7 @@ gui_wait_for_chars(wtime)
if (retval == FAIL)
{
/* Blocking wait. */
- updatescript(0);
+ before_blocking();
retval = gui_mch_wait_for_chars(-1L);
}