1
0
forked from VimPlug/jedi

More completion refactoring. Getting the structure for filtering names right.

This commit is contained in:
Dave Halter
2016-05-19 12:41:59 +02:00
parent 5059febed4
commit 479b3cfab2
2 changed files with 49 additions and 36 deletions

View File

@@ -162,6 +162,7 @@ class Script(object):
self._evaluator, self._parser, self._user_context,
self._pos, self.call_signatures
)
debug.speed('completions end')
return completion.completions(path)
def goto_definitions(self):