1
0
forked from VimPlug/jedi

rename working again with different goto function. now change the goto function itself

This commit is contained in:
David Halter
2012-09-21 22:36:47 +02:00
parent bfca702bf9
commit ef451f6dca
5 changed files with 36 additions and 24 deletions

View File

@@ -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]: