mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
Merge pull request #20038 from bfredl/unflush
perf(messages): don't call ui_flush() per message line in various places
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