commit | 238a564935abe36832b267f32b5487556c640d00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 22:12:05 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 22:12:05 2006 +0000 |
tree | 7ee3f4d9279f73945f1069e7f6a9b1b059658b27 | |
parent | 8f7fd65b249e9680866dab628622fe093ac2abc9 [diff] [blame] |
updated for version 7.0203
diff --git a/src/misc1.c b/src/misc1.c index 97e4196..a3b2d3c 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -3241,8 +3241,7 @@ STRCAT(msg_buf, _(" (Interrupted)")); if (msg(msg_buf)) { - set_keep_msg(msg_buf); - keep_msg_attr = 0; + set_keep_msg(msg_buf, 0); keep_msg_more = TRUE; } }