mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
perf(messages): don't call ui_flush() per message line in various places
When msgsep is used, message scrolling is emulated. To make message output fast, inhibit emulated scrolling until the full message text is known
This commit is contained in:
@@ -3094,8 +3094,6 @@ static void qf_list_entry(qfline_T *qfp, int qf_idx, bool cursel)
|
||||
if (tbuf != IObuff) {
|
||||
xfree(tbuf);
|
||||
}
|
||||
|
||||
ui_flush(); // show one line at a time
|
||||
}
|
||||
|
||||
// ":clist": list all errors
|
||||
|
Reference in New Issue
Block a user