forked from VimPlug/jedi-vim
@@ -193,7 +193,6 @@ def goto(is_definition=False, is_related_name=False, no_output=False):
|
|||||||
if not result:
|
if not result:
|
||||||
return
|
return
|
||||||
vim.current.window.cursor = d.line, d.column
|
vim.current.window.cursor = d.line, d.column
|
||||||
vim_command('normal! zt') # cursor at top of screen
|
|
||||||
else:
|
else:
|
||||||
# multiple solutions
|
# multiple solutions
|
||||||
lst = []
|
lst = []
|
||||||
|
|||||||
Reference in New Issue
Block a user