chiark / gitweb /
dot/ipython-config.py: Turn off `greedy' completion.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 00:03:11 +0000 (01:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 14:01:25 +0000 (15:01 +0100)
It makes completion work really badly on newer versions of IPython.

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