forked from VimPlug/jedi
function calls work right now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user