Skip to content

Commit

Permalink
autocomplete midi commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bolangi committed Jul 17, 2016
1 parent 9e2e480 commit ced6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terminal.p
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ sub load_keywords {
push @keywords, grep{$_} map{split " ", $text->{commands}->{$_}->{short}} @keywords;
push @keywords, keys %{$text->{iam}};
push @keywords, keys %{$fx_cache->{partial_label_to_full}};
push @keywords, keys %{$midi->{keywords}} if $config->{use_midi};
push @keywords, keys %{$text->{midi_cmd}} if $config->{use_midi};
push @keywords, "Audio::Nama::";
@{$text->{keywords}} = @keywords
}
Expand Down

0 comments on commit ced6c10

Please sign in to comment.