Don't tab complete yet

This commit is contained in:
Paul R. Tagliamonte 2013-03-27 22:20:16 -04:00
parent a46a9830ec
commit 4c50424a66
1 changed files with 1 additions and 2 deletions

3
bin/hy
View File

@ -120,8 +120,7 @@ try:
except IOError:
open(history, 'wa').close()
# Enable tab completion.
readline.parse_and_bind("tab: complete")
# readline.parse_and_bind("tab: complete")
hr = HyREPL()
hr.interact("{appname} {version}".format(