aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r--src/nvim/misc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index faf0b0f633..5ecd4ca431 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -699,7 +699,7 @@ void msgmore(long n)
xstrlcat(msg_buf, _(" (Interrupted)"), MSG_BUF_LEN);
}
if (msg(msg_buf)) {
- set_keep_msg((char_u *)msg_buf, 0);
+ set_keep_msg(msg_buf, 0);
keep_msg_more = true;
}
}