We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d634db commit 5c4da1cCopy full SHA for 5c4da1c
lib/DiffHighlight.pm
@@ -12,7 +12,7 @@ my $NULL = File::Spec->devnull();
12
# Highlight by reversing foreground and background. You could do
13
# other things like bold or underline if you prefer.
14
our @OLD_HIGHLIGHT = (
15
- "",
+ undef,
16
"\e[7m",
17
"\e[27m",
18
);
0 commit comments