1
Fork 0

Merge pull request #13 from amsayk/patch-1

Silence `1 line ed> 1 time` messages when wrapping.
This commit is contained in:
Alex Yatskov 2017-06-30 21:43:22 -07:00 committed by GitHub
commit ef097b2478
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