mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Somehow show_goto_multi_results was called without arguments
This was obviously wrong and fixed by inserting the obvious param
This commit is contained in:
@@ -336,7 +336,7 @@ def goto(mode="goto"):
|
|||||||
repr(PythonToVimStr(old_wildignore)))
|
repr(PythonToVimStr(old_wildignore)))
|
||||||
vim.current.window.cursor = d.line, d.column
|
vim.current.window.cursor = d.line, d.column
|
||||||
else:
|
else:
|
||||||
show_goto_multi_results()
|
show_goto_multi_results(definitions)
|
||||||
return definitions
|
return definitions
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user