aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext/select.pl
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-05-10 13:46:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-05-10 13:46:35 +1200
commitb5d7c3dddc7cfce9b33b167294d6755d7d758193 (patch)
treeb0e6398aa7041c1dcd982aa32ca08ea70becc953 /urxvt/ext/select.pl
parentMerge branch 'release/v11.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-11.4.0.tar.gz (sig)
dotfiles-11.4.0.zip
Merge branch 'release/v11.4.0'v11.4.0
* release/v11.4.0: Run Perl::Tidy over urxvt/ext/select.pl Make corrections for ShellCheck v0.7.2 Remove <strong> tag from HTML timestamp prefix
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
)