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:
Daniel Hahler
2015-08-20 00:07:27 +02:00
parent 7890339ca8
commit 3f259c2a9e

View File

@@ -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