forked from VimPlug/jedi
Don't make it sound like Jedi has to be installed with pip
This commit is contained in:
@@ -20,7 +20,7 @@ def setup_readline():
|
|||||||
from jedi.utils import setup_readline
|
from jedi.utils import setup_readline
|
||||||
setup_readline()
|
setup_readline()
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print('Install Jedi with pip! No autocompletion otherwise.')
|
print('Install Jedi! No autocompletion otherwise.')
|
||||||
|
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user