1
0
forked from VimPlug/jedi

Added file fuzzy match and refactored

This commit is contained in:
Johannes Maria Frank
2019-10-22 15:50:16 +01:00
parent 2653752f9c
commit f7fae4dde7
8 changed files with 44 additions and 23 deletions

View File

@@ -201,7 +201,7 @@ class Script(object):
self._inference_state.environment,
)
def completions(self, fuzzy=False):
def completions(self, fuzzy=True):
"""
Return :class:`classes.Completion` objects. Those objects contain
information about the completions, more than just names.