chiark / gitweb /
dot/ipython-config.py: Turn off `greedy' completion.
[profile] / dot / ipython-config.py
index d07657e0791bf737150d2236ea4c18cdfd662bbb..e4339f58383162829bccc3e1a0f019c89420bbea 100644 (file)
@@ -9,7 +9,5 @@ c.InteractiveShell.automagic = False
 c.InteractiveShell.color_info = True
 c.InteractiveShell.colors = 'Linux'
 
-c.Completer.greedy = True
-
 c.TerminalIPythonApp.display_banner = False
 c.TerminalInteractiveShell.confirm_exit = False