Skip to content

Commit

Permalink
Fix user_command
Browse files Browse the repository at this point in the history
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’.
  • Loading branch information
mina86 committed Oct 6, 2018
1 parent cd3fe1f commit 40b2354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tabbedex
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ sub enable_action_hooks {
goto \&urxvt::ext::tabbedex::root::tab_action;
}
} : sub {
my ($tab, $cmd) = shift;
if ($_[1] =~ s/^tabbedex://) {
unshift @_, $_[0]{root};
goto \&urxvt::ext::tabbedex::root::tab_action;
Expand Down

0 comments on commit 40b2354

Please sign in to comment.