1
0
forked from VimPlug/jedi

Make goto_definitions a lot simpler.

This commit is contained in:
Dave Halter
2016-06-11 23:13:04 +02:00
parent 9930ab5056
commit c82691a12b
12 changed files with 107 additions and 80 deletions

View File

@@ -183,7 +183,7 @@ class Completion:
else:
scopes = list(inference.type_inference(
self._evaluator, self._parser, self._user_context,
self._pos, completion_parts.path, is_completion=True
self._pos, completion_parts.path
))
completion_names = []
debug.dbg('possible completion scopes: %s', scopes)