"git@gitlab.caltech.edu:cs24-19fa/git_rec_nano.git" did not exist on "b8e0e22d6428bd63ff68b541db2e9afa47b6c990"
Commit f1b9ba27 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

parent 318ed6b1
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