1
0
forked from VimPlug/jedi

brackets after functions disabled again

This commit is contained in:
David Halter
2012-09-20 00:36:21 +02:00
parent 521aa6691c
commit 3ec17ffc5d

View File

@@ -11,7 +11,8 @@ case_insensitive_completion = True
add_dot_after_module = False
# Adds an opening bracket after a function, because that's normal behaviour.
add_bracket_after_function = True
# Removed it again, because in VIM that is not very practical.
add_bracket_after_function = False
# ----------------