From 63b4144799df107edb566f2ae42a893d6718994b Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Thu, 2 Nov 2023 03:52:32 +0100 Subject: [PATCH] split: remove irrelevant tab completions `split` was refactored out from `take`, and this was apparently left over from the copy/paste. --- plugins/split | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/split b/plugins/split index f81d84a..2e584b3 100644 --- a/plugins/split +++ b/plugins/split @@ -8,7 +8,7 @@ sub _select_split($cart) { grep $_->{amount} < 0, $cart->entries } -sub command :Tab(take,steal,split) ($self, $cart, $command, @) { +sub command :Tab(split) ($self, $cart, $command, @) { $command eq 'split' or return NEXT; $self->{users} = [];