forked from VimPlug/jedi-vim
Followup to 0703494: use <silent> with <C-R> mapping
Without this, the mapping/function will be displayed on Vim's cmdline.
This commit is contained in:
@@ -38,7 +38,7 @@ if g:jedi#auto_initialization
|
||||
endif
|
||||
|
||||
if g:jedi#smart_auto_mappings == 1
|
||||
inoremap <buffer> <space> <C-R>=jedi#smart_auto_mappings()<CR>
|
||||
inoremap <silent> <buffer> <space> <C-R>=jedi#smart_auto_mappings()<CR>
|
||||
end
|
||||
|
||||
if g:jedi#auto_close_doc
|
||||
|
||||
Reference in New Issue
Block a user