Revert "Adding ArgWrap command"

This reverts commit c4b0c13a6d.
This commit is contained in:
Alex Yatskov 2015-01-28 20:45:56 +09:00
parent c4b0c13a6d
commit d8a137ace5

View File

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