Add <silent> to <Plug>(repl-run)
This commit is contained in:
parent
2d18b5e192
commit
64bc624fb0
@ -27,7 +27,7 @@ let g:repl#default_filetype_repl = {
|
|||||||
\}
|
\}
|
||||||
|
|
||||||
command! -bar -nargs=0 Repl call repl#run_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
|
let &cpo = s:save_cpo
|
||||||
|
Reference in New Issue
Block a user