forked from VimPlug/jedi-vim
popup_on_dot: document that it needs completions_enabled
It would be ignored already with completions_enabled=0. This documents it and makes the default follow it.
This commit is contained in:
committed by
Dave Halter
parent
53358dc0fa
commit
e2d79c6434
@@ -23,7 +23,8 @@ let s:default_settings = {
|
||||
\ 'call_signatures_command': "'<leader>n'",
|
||||
\ 'usages_command': "'<leader>n'",
|
||||
\ 'rename_command': "'<leader>r'",
|
||||
\ 'popup_on_dot': 1,
|
||||
\ 'completions_enabled': 1,
|
||||
\ 'popup_on_dot': 'g:jedi#completions_enabled',
|
||||
\ 'documentation_command': "'K'",
|
||||
\ 'show_call_signatures': 1,
|
||||
\ 'show_call_signatures_delay': 500,
|
||||
@@ -32,7 +33,6 @@ let s:default_settings = {
|
||||
\ 'max_doc_height': 30,
|
||||
\ 'popup_select_first': 1,
|
||||
\ 'quickfix_window_height': 10,
|
||||
\ 'completions_enabled': 1,
|
||||
\ 'force_py_version': "'auto'",
|
||||
\ 'smart_auto_mappings': 1,
|
||||
\ 'use_tag_stack': 1
|
||||
|
||||
Reference in New Issue
Block a user