aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
m---------vim/bundle/diff_prune0
m---------vim/bundle/replace_operator0
-rw-r--r--vim/vimrc4
3 files changed, 3 insertions, 1 deletions
diff --git a/vim/bundle/diff_prune b/vim/bundle/diff_prune
-Subproject 50080840611c7111e10e71b0443d05b9ead7698
+Subproject 389f2da8759cbbcf275798fb1e8c93114fa2dc0
diff --git a/vim/bundle/replace_operator b/vim/bundle/replace_operator
-Subproject 172fbc5f7e346c26c3cc64335de1e33347f7905
+Subproject d897f61790f31c71564a761c79b8839e76192d7
diff --git a/vim/vimrc b/vim/vimrc
index 02f992f3..032d3085 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -299,7 +299,9 @@ nnoremap <Bslash>p :<C-U>set paste! paste?<CR>
nnoremap <Bslash>q gqap
" \r acts as a replacement operator
nmap <Bslash>r <Plug>(ReplaceOperator)
-xmap <Bslash>r <Plug>(ReplaceOperator)
+if exists(':xmap')
+ xmap <Bslash>r <Plug>(ReplaceOperator)
+endif
" \R reloads ~/.vimrc
nnoremap <Bslash>R :<C-U>source $MYVIMRC<CR>
" \s toggles spell checking