Add <silent> to <Plug>(repl-run)

This commit is contained in:
aiya000 2015-12-22 23:21:17 +09:00
parent 2d18b5e192
commit 64bc624fb0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ let g:repl#default_filetype_repl = {
\}
command! -bar -nargs=0 Repl call repl#run_repl()
nnoremap <Plug>(repl-run) :<C-u>Repl<CR>
nnoremap <silent> <Plug>(repl-run) :<C-u>call repl#run_repl()<CR>
"-------------------"
let &cpo = s:save_cpo