forked from VimPlug/jedi-vim
Remove jedi.NotFoundError, because that was removed quite a while ago, see #899
This commit is contained in:
@@ -420,8 +420,6 @@ def show_documentation():
|
|||||||
script = get_script()
|
script = get_script()
|
||||||
try:
|
try:
|
||||||
definitions = script.goto_definitions()
|
definitions = script.goto_definitions()
|
||||||
except jedi.NotFoundError:
|
|
||||||
definitions = []
|
|
||||||
except Exception:
|
except Exception:
|
||||||
# print to stdout, will be in :messages
|
# print to stdout, will be in :messages
|
||||||
definitions = []
|
definitions = []
|
||||||
|
|||||||
Reference in New Issue
Block a user