1
Fork 0

Silence `1 line ed> 1 time` messages when wrapping.

This commit is contained in:
Amadou Cisse 2017-07-01 01:41:17 +00:00 committed by GitHub
parent 135bb7b31e
commit 118c3fb9a4
1 changed files with 1 additions and 1 deletions

View File

@ -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