Commit f1b9ba27 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

rcfile: make an error message equal to another, and more informative

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment