Merge pull request #13 from amsayk/patch-1
Silence `1 line ed> 1 time` messages when wrapping.
This commit is contained in:
commit
ef097b2478
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user