ignore duplicates of completion outputs, #97

This commit is contained in:
David Halter
2012-12-29 01:59:34 +01:00
parent b04e74ca7d
commit 406233b62d
3 changed files with 15 additions and 1 deletions
+4
View File
@@ -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
# ----------------