0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0095

This commit is contained in:
Bram Moolenaar
2005-06-27 22:42:44 +00:00
parent d4098f5f19
commit 39a58ca3d4
13 changed files with 2423 additions and 1583 deletions

View File

@@ -1045,9 +1045,8 @@ mch_inchar(
buf[2] = (int)KE_CURSORHOLD;
return 3;
}
else
#endif
updatescript(0);
before_blocking();
}
}
WaitForChar(FOREVER); /* wait for key or mouse click */