mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +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:
@@ -672,7 +672,7 @@ void ex_history(exarg_T *eap)
|
||||
} else {
|
||||
xstrlcat(IObuff, hist[i].hisstr, IOSIZE);
|
||||
}
|
||||
msg_outtrans(IObuff);
|
||||
msg_outtrans(IObuff, 0);
|
||||
}
|
||||
if (i == idx) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user