forked from VimPlug/jedi
Progress and actually passing a few tests.
This commit is contained in:
@@ -162,8 +162,9 @@ class Script(object):
|
||||
self._evaluator, self._parser, self._user_context,
|
||||
self._pos, self.call_signatures
|
||||
)
|
||||
completions = completion.completions(path)
|
||||
debug.speed('completions end')
|
||||
return completion.completions(path)
|
||||
return completions
|
||||
|
||||
def goto_definitions(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user