diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/unimpaired_paste.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugin/unimpaired_paste.vim b/plugin/unimpaired_paste.vim index f628fb1..6c7eba5 100644 --- a/plugin/unimpaired_paste.vim +++ b/plugin/unimpaired_paste.vim @@ -22,7 +22,7 @@ nnoremap <silent> <Plug>unimpairedPaste :call <SID>setup_paste()<CR>  nnoremap <silent> yo  :call <SID>setup_paste()<CR>o  nnoremap <silent> yO  :call <SID>setup_paste()<CR>O -nnoremap <silent> yi  :call <SID>setup_paste()<CR>i +nnoremap <silent> yoi  :call <SID>setup_paste()<CR>i  augroup unimpaired_paste    autocmd! | 
