mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
refactor(messages): fold msg_attr into msg
problem: there are too many different functions in message.c solution: fold some of the functions into themselves
This commit is contained in:
@@ -2664,7 +2664,7 @@ static void abandon_cmdline(void)
|
||||
if (msg_scrolled == 0) {
|
||||
compute_cmdrow();
|
||||
}
|
||||
msg("");
|
||||
msg("", 0);
|
||||
redraw_cmdline = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user