forked from VimPlug/jedi
lo and behold - reversed is implemented - the force is strong with this one. fixes #24
This commit is contained in:
@@ -247,7 +247,7 @@ class NameFinder(object):
|
||||
# this means that there are no default params,
|
||||
# so just ignore it.
|
||||
return res_new
|
||||
return set(res_new) | evaluator.eval_statement(r, seek_name=self.name_str)
|
||||
return res_new + evaluator.eval_statement(r, seek_name=self.name_str)
|
||||
|
||||
def _handle_for_loops(self, loop):
|
||||
# Take the first statement (for has always only
|
||||
|
||||
Reference in New Issue
Block a user