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:
bfredl
2022-09-01 09:44:01 +02:00
parent c0050b71e5
commit 5f92d9b345
11 changed files with 0 additions and 17 deletions

View File

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