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 d07657e..e4339f5 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