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:
@@ -610,7 +610,7 @@ void ex_history(exarg_T *eap)
|
||||
char *arg = eap->arg;
|
||||
|
||||
if (hislen == 0) {
|
||||
msg(_("'history' option is zero"));
|
||||
msg(_("'history' option is zero"), 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user