mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 03:08:27 +00:00
refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr
This commit is contained in:
@@ -1762,7 +1762,7 @@ failed:
|
||||
if (msg_col > 0) {
|
||||
msg_putchar('\r'); // overwrite previous message
|
||||
}
|
||||
p = (uint8_t *)msg_trunc_attr(IObuff, false, 0);
|
||||
p = (uint8_t *)msg_trunc(IObuff, false, 0);
|
||||
}
|
||||
|
||||
if (read_stdin || read_buffer || restart_edit != 0
|
||||
|
Reference in New Issue
Block a user