forked from VimPlug/jedi-vim
refined NotFoundError doc
This commit is contained in:
@@ -88,7 +88,7 @@ if 1:
|
|||||||
try:
|
try:
|
||||||
definitions = functions.goto(source, row, column, buf_path)
|
definitions = functions.goto(source, row, column, buf_path)
|
||||||
except functions.NotFoundError:
|
except functions.NotFoundError:
|
||||||
echo_highlight("Couldn't find a place to goto.")
|
echo_highlight("Cannot follow nothing. Put your cursor on a valid name.")
|
||||||
except Exception:
|
except Exception:
|
||||||
# print to stdout, will be in :messages
|
# print to stdout, will be in :messages
|
||||||
echo_highlight("Some different eror, this shouldn't happen.")
|
echo_highlight("Some different eror, this shouldn't happen.")
|
||||||
|
|||||||
Reference in New Issue
Block a user