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 49612cd commit c8fe790Copy full SHA for c8fe790
diff-so-fancy
@@ -71,7 +71,7 @@ if (!$has_stdin) {
71
# Also make sure we're sending enough data to d-s-f to do it's magic.
72
# Certain things require a look-ahead line or two to function so
73
# we make sure we don't break on those sections prematurely
74
- if (@lines > 24 && ($last_line !~ /^${ansi_color_regex}(---|old mode|similarity index)/)) {
+ if (@lines > 24 && ($last_line !~ /^${ansi_color_regex}(---|old mode|similarity index|rename (from|to))/)) {
75
do_dsf_stuff(\@lines);
76
@lines = ();
77
}
0 commit comments