1
0
forked from VimPlug/jedi

move flowscope stuff to the right place

This commit is contained in:
Dave Halter
2014-01-06 16:27:58 +01:00
parent 0e69ad478b
commit 3f80de34e3
2 changed files with 15 additions and 17 deletions

View File

@@ -444,7 +444,7 @@ class Evaluator(object):
follow_res = []
for s in scopes:
follow_res += self.find_types(s, search, pos,
search_global=search_global, is_goto=True)
search_global=search_global, is_goto=True)
return follow_res, search