We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceea2be commit d917290Copy full SHA for d917290
lib/App/Asciio/Actions.pm
@@ -48,8 +48,7 @@ if($self->{USE_BINDINGS_COMPLETION} && ! $self->{CURRENT_ACTIONS}{HIDE})
48
{
49
my $shortcut = $_->{SHORTCUTS} ;
50
51
- ! exists $reserved{$shortcut}
52
- && ! ($self->{CURRENT_ACTIONS}{$shortcut}{OPTIONS}{HIDE})
+ ! exists $reserved{$shortcut} && ! $_->{OPTIONS}{HIDE}
53
} $self->{ACTIONS_ORDERED}{$self->{CURRENT_ACTIONS}{NAME}}->@* ;
54
55
$self->{BINDINGS_COMPLETION} =
0 commit comments