commit | 5555acc08e6f49afe00cbb8fefd687cb526a7cf2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 07 21:33:12 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 07 21:33:12 2006 +0000 |
tree | d69b430164cd7a178e597fc07741c4d4a3d825be | |
parent | 7b89edc62ddb12b74276567087f58fc015c1f8a0 [diff] [blame] |
updated for version 7.0c12
diff --git a/src/message.c b/src/message.c index 481236b..0d56759 100644 --- a/src/message.c +++ b/src/message.c
@@ -869,7 +869,7 @@ * end. Adjust cmdline_row to avoid the next message overwriting the last one. * When inside vgetc(), we can't wait for a typed character at all. */ - if (vgetc_busy) + if (vgetc_busy > 0) return; if (no_wait_return) {