mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +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:
@@ -3492,7 +3492,7 @@ static bool ins_esc(long *count, int cmdchar, bool nomove)
|
||||
showmode();
|
||||
} else if (p_smd && (got_int || !skip_showmode())
|
||||
&& !(p_ch == 0 && !ui_has(kUIMessages))) {
|
||||
msg("");
|
||||
msg("", 0);
|
||||
}
|
||||
// Exit Insert mode
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user