From 3d1ed7c959017dc8664497b26c86c9ffabf02891 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 9 May 2019 23:54:04 +0200 Subject: UI/ext_messages: learn more message kinds ref #6201 --- src/nvim/misc1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/misc1.c') diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index 61fe5e74eb..0008409731 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -2248,6 +2248,7 @@ change_warning ( if (msg_row == Rows - 1) msg_col = col; msg_source(HL_ATTR(HLF_W)); + msg_ext_set_kind("wmsg"); MSG_PUTS_ATTR(_(w_readonly), HL_ATTR(HLF_W) | MSG_HIST); set_vim_var_string(VV_WARNINGMSG, _(w_readonly), -1); msg_clr_eos(); -- cgit