mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28: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:
@@ -332,7 +332,7 @@ void vim_beep(unsigned val)
|
||||
// comes from.
|
||||
if (vim_strchr(p_debug, 'e') != NULL) {
|
||||
msg_source(HL_ATTR(HLF_W));
|
||||
msg_attr(_("Beep!"), HL_ATTR(HLF_W));
|
||||
msg(_("Beep!"), HL_ATTR(HLF_W));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user