mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +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:
@@ -611,7 +611,7 @@ static void uc_list(char *name, size_t name_len)
|
||||
}
|
||||
|
||||
if (!found) {
|
||||
msg(_("No user-defined commands found"));
|
||||
msg(_("No user-defined commands found"), 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user