UI/ext_messages: restore kind=quickfix #10067

Accidentally removed in 34f9e72af9.
ref #6201
This commit is contained in:
Justin M. Keyes
2019-05-27 00:01:41 +02:00
committed by GitHub
parent 1ca84897a0
commit fb4d5a1846
2 changed files with 17 additions and 1 deletions

View File

@@ -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;
}