forked from VimPlug/jedi
Merge branch 'dev' into repl
This commit is contained in:
@@ -17,10 +17,10 @@ def setup_readline():
|
||||
``$HOME/.pythonrc.py``), you can add this piece of code:
|
||||
|
||||
>>> try:
|
||||
>>> from jedi.utils import setup_readline
|
||||
>>> setup_readline()
|
||||
>>> except ImportError:
|
||||
>>> print('Install Jedi with pip! No autocompletion otherwise.')
|
||||
... from jedi.utils import setup_readline
|
||||
... setup_readline()
|
||||
... except ImportError:
|
||||
... print('Install Jedi with pip! No autocompletion otherwise.')
|
||||
|
||||
"""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user