summaryrefslogtreecommitdiffstats
path: root/src/misc1.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-21 22:12:05 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-21 22:12:05 +0000
commit238a564935abe36832b267f32b5487556c640d00 (patch)
tree7ee3f4d9279f73945f1069e7f6a9b1b059658b27 /src/misc1.c
parent8f7fd65b249e9680866dab628622fe093ac2abc9 (diff)
updated for version 7.0203v7.0203
Diffstat (limited to 'src/misc1.c')
-rw-r--r--src/misc1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/misc1.c b/src/misc1.c
index 97e41964f2..a3b2d3ce3b 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -3241,8 +3241,7 @@ msgmore(n)
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;
}
}