Use <silent> map

This commit is contained in:
Junegunn Choi 2014-02-12 02:57:47 +09:00
parent 3732cdfabb
commit 06ced6b640

View File

@ -117,7 +117,7 @@ function! plug#end()
if cmd =~ '^<Plug>.\+'
if empty(mapcheck(cmd))
execute printf(
\ "noremap %s :call <SID>lod_map(%s, %s)<CR>", cmd, string(cmd), string(plug))
\ "noremap <silent> %s :call <SID>lod_map(%s, %s)<CR>", cmd, string(cmd), string(plug))
endif
elseif !exists(':'.cmd)
execute printf(