aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext/select.pl
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/ext/select.pl')
-rw-r--r--urxvt/ext/select.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/urxvt/ext/select.pl b/urxvt/ext/select.pl
index 90b13960..589c7464 100644
--- a/urxvt/ext/select.pl
+++ b/urxvt/ext/select.pl
@@ -68,7 +68,7 @@ sub on_sel_extend {
MATCH:
for (
sort { ## no critic (ProhibitReverseSortBlock)
- $a->[1] <=> $b->[1]
+ $a->[1] <=> $b->[1]
or $b->[0] <=> $a->[0]
} @matches
)