diff --git a/src/rcfile.c b/src/rcfile.c index 98c9fb31..d18ab44e 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -649,7 +649,7 @@ void parse_colors(char *ptr, int rex_flags) return; if (*ptr == '\0') { - rcfile_error(N_("Missing regex string")); + rcfile_error(N_("Missing regex string after '%s' command"), "color"); return; }