1
0
forked from VimPlug/jedi

Fix string completions with quote prefixes, fixes #1503

This commit is contained in:
Dave Halter
2020-03-11 19:26:42 +01:00
parent 91857c2c0a
commit 9c77113e21
3 changed files with 8 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ class Completion:
if string is not None and not prefixed_completions:
prefixed_completions = list(complete_file_name(
self._inference_state, self._module_context, start_leaf, string,
self._inference_state, self._module_context, start_leaf, quote, string,
self._like_name, self._signatures_callback,
self._code_lines, self._original_position,
self._fuzzy