From 118c3fb9a4589ac442d83efb5f9da7664a69c54f Mon Sep 17 00:00:00 2001 From: Amadou Cisse Date: Sat, 1 Jul 2017 01:41:17 +0000 Subject: [PATCH] Silence `1 line ed> 1 time` messages when wrapping. --- autoload/argwrap.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/argwrap.vim b/autoload/argwrap.vim index f5d2a7a..9423674 100644 --- a/autoload/argwrap.vim +++ b/autoload/argwrap.vim @@ -187,7 +187,7 @@ function! argwrap#wrapContainer(range, container, arguments, wrapBrace, tailComm call append(l:line, l:text) let l:line += 1 - exec printf('%s>', l:line) + silent! exec printf('%s>', l:line) endfor if a:wrapBrace