1
0
forked from VimPlug/jedi

Get a few more things right with params.

This commit is contained in:
Dave Halter
2014-10-25 02:25:09 +02:00
parent 9f1336095b
commit 4384e938e9
4 changed files with 11 additions and 5 deletions
+1
View File
@@ -87,6 +87,7 @@ class NameFinder(object):
stmt = name.get_definition()
scope = stmt.parent
print(name.parent, stmt, scope)
if scope in break_scopes:
continue