Skip to content

Commit 5c4da1c

Browse files
Correct the diff-highlight defaults
1 parent 2d634db commit 5c4da1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DiffHighlight.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ my $NULL = File::Spec->devnull();
1212
# Highlight by reversing foreground and background. You could do
1313
# other things like bold or underline if you prefer.
1414
our @OLD_HIGHLIGHT = (
15-
"",
15+
undef,
1616
"\e[7m",
1717
"\e[27m",
1818
);

0 commit comments

Comments
 (0)