Skip to content

Commit

Permalink
support for autocomplete feature
Browse files Browse the repository at this point in the history
  • Loading branch information
subho007 committed Jan 7, 2013
1 parent f20c76d commit 6df2946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions afe.py
Expand Up @@ -7,6 +7,7 @@
from internals.lib.menu import Menu
import readline
import rlcompleter

if 'libedit' in readline.__doc__:
readline.parse_and_bind("bind ^I rl_complete")
else:
Expand Down

0 comments on commit 6df2946

Please sign in to comment.