mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +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:
@@ -4116,9 +4116,9 @@ exit_matched:
|
||||
if (type == CHECK_PATH) {
|
||||
if (!did_show) {
|
||||
if (action != ACTION_SHOW_ALL) {
|
||||
msg(_("All included files were found"));
|
||||
msg(_("All included files were found"), 0);
|
||||
} else {
|
||||
msg(_("No included files"));
|
||||
msg(_("No included files"), 0);
|
||||
}
|
||||
}
|
||||
} else if (!found
|
||||
|
Reference in New Issue
Block a user