diff --git a/autoload/argwrap.vim b/autoload/argwrap.vim index beb59bb..8040026 100644 --- a/autoload/argwrap.vim +++ b/autoload/argwrap.vim @@ -188,7 +188,7 @@ function! argwrap#unwrapContainer(range, container, arguments) endfunction function! argwrap#toggle(...) - let l:style = a:0 == 0 ? 'default' : 'bx' + let l:style = a:0 == 0 ? 'default' : a:1 let l:cursor = getpos('.') let l:range = argwrap#findClosestRange()