1
0
forked from VimPlug/jedi

Remove needs_dot and settings.add_dot_after_module. Both are not really used anymore with context completions anymore.

Also the setting doesn't seem to be used anywhere as far as I can tell.
This commit is contained in:
Dave Halter
2016-06-22 22:52:10 +02:00
parent 1355ea01b3
commit cbef4235ff
3 changed files with 4 additions and 19 deletions

View File

@@ -86,13 +86,6 @@ case_insensitive_completion = True
The completion is by default case insensitive.
"""
add_dot_after_module = False
"""
Adds a dot after a module, because a module that is not accessed this way is
definitely not the normal case. However, in VIM this doesn't work, that's why
it isn't used at the moment.
"""
add_bracket_after_function = False
"""
Adds an opening bracket after a function, because that's normal behaviour.