forked from VimPlug/jedi
rename working again with different goto function. now change the goto function itself
This commit is contained in:
@@ -350,7 +350,7 @@ def related_names(definitions, search_name, mods):
|
||||
#follow_res = evaluate.goto(scopes, search, statement_path_offset=0,
|
||||
# follow_import=True)
|
||||
#follow_res = evaluate.goto2(scopes, search)
|
||||
follow_res, search = evaluate.goto3(f, call)
|
||||
follow_res, search = evaluate.goto3(call, f)
|
||||
|
||||
# compare to see if they match
|
||||
if True in [r in definitions for r in follow_res]:
|
||||
|
||||
Reference in New Issue
Block a user