This commit is contained in:
Justin M. Keyes
2026-04-12 08:45:46 -04:00
committed by GitHub
19 changed files with 136 additions and 75 deletions

View File

@@ -889,6 +889,7 @@ Union(Integer, String) nvim_echo(ArrayOf(Tuple(String, *HLGroupID)) chunks, Bool
const int save_lines_left = lines_left;
const bool save_msg_didany = msg_didany;
// Similar truncation method to showmode().
// TODO(justinmk): drop _truncate feature after ui2 graduates?
if (opts->_truncate) {
no_wait_return++;
lines_left = 0;