mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
refactor(messages): fold msg_outtrans_attr into msg_outtrans
problem: there are too many different functions in message.c solution: fold some of the functions into themselves
This commit is contained in:
@@ -2329,7 +2329,7 @@ void ex_scriptnames(exarg_T *eap)
|
||||
vim_snprintf(IObuff, IOSIZE, "%3d: %s", i, NameBuff);
|
||||
if (!message_filtered(IObuff)) {
|
||||
msg_putchar('\n');
|
||||
msg_outtrans(IObuff);
|
||||
msg_outtrans(IObuff, 0);
|
||||
line_breakcheck();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user