aboutsummaryrefslogtreecommitdiff
path: root/plugin/command.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/command.vim')
-rw-r--r--plugin/command.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/command.vim b/plugin/command.vim
index 51633b5..db18cf3 100644
--- a/plugin/command.vim
+++ b/plugin/command.vim
@@ -10,5 +10,5 @@ function! s:do_command_around(str) abort
let [_, lnum0, _, _] = getpos("'[")
let [_, lnum1, _, _] = getpos("']")
- call feedkeys(printf(":%d,%d ", lnum0, lnum1))
+ call feedkeys(printf(":silent! %d,%d ", lnum0, lnum1))
endfunction