commands after the current position are getting ignored now - with failed import tests

This commit is contained in:
David Halter
2012-05-01 15:45:01 +02:00
parent 453e003153
commit 80f2a3518d
5 changed files with 57 additions and 20 deletions

View File

@@ -192,6 +192,8 @@ def complete(source, row, column, source_path):
# if isinstance(, parsing.Function):
# print c.parent
else:
stmt.line_nr = row
stmt.indent = column
stmt.parent = scope
scopes = evaluate.follow_statement(stmt, scope=scope)