--- rxvt-unicode/src/perl/matcher 2014/06/12 12:19:09 1.23 +++ rxvt-unicode/src/perl/matcher 2014/06/12 19:29:28 1.24 @@ -113,7 +113,7 @@ my $row = $self->nrow - 1; while ($row >= 0 && @{ $self->{matches} } < 10) { my $line = $self->line ($row); - my @matches = $self->find_matches ($row, 0); + my @matches = $self->find_matches ($row); for (sort { $b->[0] <=> $a->[0] } @matches) { shift @$_;