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 19d8569 commit d92fbaaCopy full SHA for d92fbaa
diff-so-fancy
@@ -225,7 +225,7 @@ sub do_dsf_stuff {
225
########################################
226
# Check for "@@ -3,41 +3,63 @@" syntax #
227
228
- } elsif ($change_hunk_indicators && $line =~ /^${ansi_color_regex}(@@@* .+? @@@*)(.*)/) {
+ } elsif ($line =~ /^${ansi_color_regex}(@@@* .+? @@@*)(.*)/) {
229
$in_hunk = 1;
230
my $hunk_header = $4;
231
my $remain = bleach_text($5);
0 commit comments