Make ArgWrap use command instead of straight function call

This commit is contained in:
Alex Yatskov 2015-01-28 23:06:00 +09:00
parent 86ecf4f248
commit 472d2ab624

View File

@ -7,7 +7,7 @@ nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
nnoremap <silent> Q <Nop>
" vim-argwrap
nnoremap <silent> <leader>a :call argwrap#toggle()<CR>
nnoremap <silent> <leader>a :ArgWrap<CR>
" vim-easy-align
vmap <CR> <Plug>(EasyAlign)