0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0095

This commit is contained in:
Bram Moolenaar
2005-06-27 22:34:07 +00:00
parent b61d40504e
commit 702517dd70
5 changed files with 23 additions and 18 deletions

View File

@@ -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);
}