Skip to content

Commit

Permalink
FIX: Duplicate nmap should be vmap instead
Browse files Browse the repository at this point in the history
  • Loading branch information
inkarkat authored and tpope committed Oct 30, 2020
1 parent 1329f88 commit 68bc80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/abolish.vim
Expand Up @@ -616,7 +616,7 @@ function! s:coerce(type) abort
endfunction

nnoremap <expr> <Plug>(abolish-coerce) <SID>coerce(nr2char(getchar()))
nnoremap <expr> <Plug>(abolish-coerce) <SID>coerce(nr2char(getchar()))
vnoremap <expr> <Plug>(abolish-coerce) <SID>coerce(nr2char(getchar()))
nnoremap <expr> <plug>(abolish-coerce-word) <SID>coerce(nr2char(getchar())).'iw'
" }}}1
Expand Down

0 comments on commit 68bc80c

Please sign in to comment.