--- rxvt-unicode/src/perl/matcher 2014/06/15 21:06:53 1.29 +++ rxvt-unicode/src/perl/matcher 2014/06/21 14:11:18 1.30 @@ -236,7 +236,7 @@ # mark all characters as underlined. we _must_ not toggle underline, # as we might get called on an already-marked url. &{$matcher->[2]} - for @{$rend}[ $-[0] .. $+[0] - 1]; + for @{$rend}[$-[0] .. $+[0] - 1]; $line->r ($rend); }