mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
jedi#smart_auto_mappings: always 'popup_on_dot'
`popup_on_dot=1` means that it should not auto-select the first entry, which is the case for the new smart-import-mapping.
This commit is contained in:
@@ -38,7 +38,7 @@ if g:jedi#auto_initialization
|
||||
endif
|
||||
|
||||
if g:jedi#smart_auto_mappings == 1
|
||||
inoremap <buffer> <expr> <Space> jedi#smart_auto_mappings(g:jedi#popup_on_dot)
|
||||
inoremap <buffer> <expr> <Space> jedi#smart_auto_mappings()
|
||||
end
|
||||
|
||||
if g:jedi#auto_close_doc
|
||||
|
||||
Reference in New Issue
Block a user