chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d90b2d
)
dot/ipython-config.py: Turn off `greedy' completion.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 Jul 2017 00:03:11 +0000
(
01:03
+0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/ipython-config.py
b/dot/ipython-config.py
index d07657e0791bf737150d2236ea4c18cdfd662bbb..e4339f58383162829bccc3e1a0f019c89420bbea 100644
(file)
--- a/
dot/ipython-config.py
+++ b/
dot/ipython-config.py
@@
-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