mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr
This commit is contained in:
@@ -3233,7 +3233,7 @@ void fileinfo(int fullname, int shorthelp, int dont_truncate)
|
||||
msg(buffer, 0);
|
||||
msg_scroll = n;
|
||||
} else {
|
||||
p = msg_trunc_attr(buffer, false, 0);
|
||||
p = msg_trunc(buffer, false, 0);
|
||||
if (restart_edit != 0 || (msg_scrolled && !need_wait_return)) {
|
||||
// Need to repeat the message after redrawing when:
|
||||
// - When restart_edit is set (otherwise there will be a delay
|
||||
|
Reference in New Issue
Block a user