feedback: raise the level of "Macro is empty", to match similar messages
The other three "... is empty" messages use the AHEM error level too.
This commit is contained in:
parent
6351dab3e6
commit
c3a9578b82
@ -125,7 +125,7 @@ void run_macro(void)
|
||||
}
|
||||
|
||||
if (macro_length == 0) {
|
||||
statusline(REMARK, _("Macro is empty"));
|
||||
statusline(AHEM, _("Macro is empty"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user