mirror of
https://github.com/neovim/neovim.git
synced 2025-12-14 18:35:47 +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:
@@ -214,7 +214,6 @@ static void showmap(mapblock_T *mp, bool local)
|
||||
last_set_msg(mp->m_script_ctx);
|
||||
}
|
||||
msg_clr_eos();
|
||||
ui_flush(); // show one line at a time
|
||||
}
|
||||
|
||||
/// Replace termcodes in the given LHS and RHS and store the results into the
|
||||
|
||||
Reference in New Issue
Block a user