mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 10:47:13 +08:00
brackets after functions disabled again
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
# ----------------
|
||||
|
||||
Reference in New Issue
Block a user