commit | 1c7715dfe4f29be631b78699cbca786d30852886 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 22:02:18 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 22:02:18 2005 +0000 |
tree | dbfa5f54e9411291baef314b67e5f8f5cec595cc | |
parent | bb15b658647d8eca01e67df871f7cb5ed95e2534 [diff] [blame] |
updated for version 7.0153
diff --git a/src/fileio.c b/src/fileio.c index e743061..f00e1ea 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -2193,7 +2193,7 @@ #endif p = msg_trunc_attr(IObuff, FALSE, 0); if (read_stdin || read_buffer || restart_edit != 0 - || (msg_scrolled && !need_wait_return)) + || (msg_scrolled != 0 && !need_wait_return)) { /* Need to repeat the message after redrawing when: * - When reading from stdin (the screen will be cleared next).