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

3
bin/hy
View File

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