repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: d3be7998299fcb5969d24013308428697e16abdb: path_to: revision_to:
commit d3be7998299fcb5969d24013308428697e16abdb Author: Emanuele GiaquintaDate: Thu Jun 12 12:19:09 2014 +0000 Fix fix style. diff --git a/src/perl/matcher b/src/perl/matcher
--- a/src/perl/matcher
+++ b/src/perl/matcher
@@ -278,7 +278,7 @@ sub find_matches {
# It'd be nice to just access a list like ($&,$1,$2...),
# but alas, m//g behaves differently in list context.
@exec = map { s/\$(\d+)|\$\{(\d+)\}/
- substr $text, $begin[$1 || $2], $end[$1 || $2] - $begin[$1 || $2])
+ substr $text, $begin[$1 || $2], $end[$1 || $2] - $begin[$1 || $2]
/egx; $_ } split /\s+/, $launcher;
}
-----END OF PAGE-----