mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
refactor(message): smsg_attr -> smsg
This commit is contained in:
@@ -197,7 +197,7 @@ void ex_language(exarg_T *eap)
|
||||
if (p == NULL || *p == NUL) {
|
||||
p = "Unknown";
|
||||
}
|
||||
smsg(_("Current %slanguage: \"%s\""), whatstr, p);
|
||||
smsg(0, _("Current %slanguage: \"%s\""), whatstr, p);
|
||||
} else {
|
||||
# ifndef LC_MESSAGES
|
||||
if (what == VIM_LC_MESSAGES) {
|
||||
|
Reference in New Issue
Block a user