mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
UI/ext_messages: restore kind=quickfix #10067
Accidentally removed in 34f9e72af9
.
ref #6201
This commit is contained in:
@@ -2328,6 +2328,7 @@ static void qf_jump_print_msg(qf_info_T *qi, int qf_index, qfline_T *qf_ptr,
|
||||
} else if (!msg_scrolled && shortmess(SHM_OVERALL)) {
|
||||
msg_scroll = false;
|
||||
}
|
||||
msg_ext_set_kind("quickfix");
|
||||
msg_attr_keep(IObuff, 0, true, false);
|
||||
msg_scroll = (int)i;
|
||||
}
|
||||
|
Reference in New Issue
Block a user