Don't tab complete yet
This commit is contained in:
parent
a46a9830ec
commit
4c50424a66
3
bin/hy
3
bin/hy
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user