mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 16:41:38 +00:00
fix(messages): add "list_cmd" kind to :colorscheme #37561
Problem: No kind for :colorscheme message. Solution: Assign it the "list_cmd" kind.
This commit is contained in:
@@ -4758,6 +4758,7 @@ static void ex_colorscheme(exarg_T *eap)
|
||||
emsg_off--;
|
||||
xfree(expr);
|
||||
|
||||
msg_ext_set_kind("list_cmd");
|
||||
if (p != NULL) {
|
||||
msg(p, 0);
|
||||
xfree(p);
|
||||
|
||||
Reference in New Issue
Block a user