1
0
forked from VimPlug/jedi

Removed settings.no_completion_duplicates

This commit is contained in:
Dave Halter
2020-01-23 23:16:02 +01:00
parent 0c56aa4d4b
commit cc8a3f192d
3 changed files with 5 additions and 12 deletions

View File

@@ -17,7 +17,6 @@ Completion output
.. autodata:: case_insensitive_completion
.. autodata:: add_bracket_after_function
.. autodata:: no_completion_duplicates
Filesystem cache
@@ -68,12 +67,6 @@ Adds an opening bracket after a function, because that's normal behaviour.
Removed it again, because in VIM that is not very practical.
"""
no_completion_duplicates = True
"""
If set, completions with the same name don't appear in the output anymore,
but are in the `same_name_completions` attribute.
"""
# ----------------
# Filesystem cache
# ----------------