Skip to content

Commit d186286

Browse files
Fix for #258
1 parent 31737b5 commit d186286

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

diff-so-fancy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ sub do_dsf_stuff {
260260

261261
$i += 3; # We've consumed three lines
262262
next;
263+
} elsif ($line =~ /^${ansi_color_regex}similarity index/) {
264+
shift(@$input);
265+
shift(@$input);
266+
next;
263267
#####################################
264268
# Just a regular line, print it out #
265269
#####################################

0 commit comments

Comments
 (0)