Adding ArgWrap command

This commit is contained in:
Alex Yatskov 2015-01-28 20:26:57 +09:00
parent 0c89e2ef6b
commit c4b0c13a6d

View File

@ -229,3 +229,5 @@ function! argwrap#toggle(...)
call setpos('.', l:cursor)
endfunction
command ArgWrap call argwrap#toggle()