forked from VimPlug/jedi
fixed a little bug caused by not setting the parent of flows correctly
This commit is contained in:
@@ -110,5 +110,6 @@ def memoize(function):
|
||||
def follow_statement(stmt):
|
||||
return stmt
|
||||
|
||||
# here we had problems with the else clause, because the parent was not right.
|
||||
#? int()
|
||||
follow_statement(1)
|
||||
|
||||
Reference in New Issue
Block a user