Skip to content

Commit

Permalink
Disable tab completion on command prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-v committed Mar 10, 2018
1 parent 660c657 commit 1dad2a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bean-add
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,8 @@ while True:
data.eof = False
# Get a command
else:
# Unset completion
data.vocab = []
# Set history
set_history_context('command')
try:
Expand Down

0 comments on commit 1dad2a0

Please sign in to comment.