rcfile: make an error message equal to another, and more informative
parent
318ed6b105
commit
f1b9ba2781
|
@ -649,7 +649,7 @@ void parse_colors(char *ptr, int rex_flags)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (*ptr == '\0') {
|
if (*ptr == '\0') {
|
||||||
rcfile_error(N_("Missing regex string"));
|
rcfile_error(N_("Missing regex string after '%s' command"), "color");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue