1
0
forked from VimPlug/jedi

function calls work right now

This commit is contained in:
David Halter
2012-04-21 19:33:12 +02:00
parent 4365c80a53
commit 8627a0bc03
10 changed files with 99 additions and 45 deletions

View File

@@ -189,7 +189,7 @@ def complete(source, row, column, source_path):
completions = evaluate.get_names_for_scope(scope)
else:
stmt.parent = scope
scopes = evaluate.follow_statement(stmt, scope)
scopes = evaluate.follow_statement(stmt, scope=scope)
completions = []
debug.dbg('possible scopes', scopes)