1
0
forked from VimPlug/jedi

the bool variable of #97 was defined wrong, fixes #97

This commit is contained in:
David Halter
2012-12-29 20:07:45 +01:00
parent 968f9bdf60
commit 86f37261a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ 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
no_completion_duplicates = True
# ----------------
# parser