mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 19:24:36 +08:00
fixed find related names
This commit is contained in:
@@ -150,7 +150,7 @@ def goto(is_definition=False, is_related_name=False, no_output=False):
|
||||
lnum=d.line_nr, col=d.column + 1,
|
||||
text=PythonToVimStr(d.description)))
|
||||
vim.eval('setqflist(%s)' % repr(lst))
|
||||
vim.eval('<sid>add_goto_window()')
|
||||
vim.eval('jedi#add_goto_window()')
|
||||
return definitions
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user