mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +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:
@@ -2858,7 +2858,7 @@ void buflist_list(exarg_T *eap)
|
||||
buf == curbuf ? (int64_t)curwin->w_cursor.lnum : (int64_t)buflist_findlnum(buf));
|
||||
}
|
||||
|
||||
msg_outtrans(IObuff);
|
||||
msg_outtrans(IObuff, 0);
|
||||
line_breakcheck();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user