We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1054dcd commit 0ec2f6bCopy full SHA for 0ec2f6b
diff.c
@@ -616,7 +616,7 @@ static void builtin_diff(const char *name_a,
616
const char *lbl[2];
617
char *a_one, *b_two;
618
const char *set = get_color(o->color_diff, DIFF_METAINFO);
619
- const char *reset = get_color(o->color_diff, DIFF_PLAIN);
+ const char *reset = get_color(o->color_diff, DIFF_RESET);
620
621
a_one = quote_two("a/", name_a);
622
b_two = quote_two("b/", name_b);
0 commit comments