Skip to content

Commit 40b2354

Browse files
committed
Fix user_command
Due to a rogue ‘shift’ left in tab’s user_command action, commands did not work at all. Fix that by removing that bogus ‘shift’.
1 parent cd3fe1f commit 40b2354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tabbedex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ sub enable_action_hooks {
491491
goto \&urxvt::ext::tabbedex::root::tab_action;
492492
}
493493
} : sub {
494-
my ($tab, $cmd) = shift;
495494
if ($_[1] =~ s/^tabbedex://) {
496495
unshift @_, $_[0]{root};
497496
goto \&urxvt::ext::tabbedex::root::tab_action;

0 commit comments

Comments
 (0)