mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-18 14:29:40 +08:00
ignore duplicates of completion outputs, #97
This commit is contained in:
@@ -14,6 +14,10 @@ add_dot_after_module = False
|
||||
# Removed it again, because in VIM that is not very practical.
|
||||
add_bracket_after_function = False
|
||||
|
||||
# If set, completions with the same name don't appear in the output anymore,
|
||||
# but are in the `same_name_completions` attribute.
|
||||
no_completion_duplicates = False
|
||||
|
||||
# ----------------
|
||||
# parser
|
||||
# ----------------
|
||||
|
||||
Reference in New Issue
Block a user