aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------vim/bundle/strip_trailing_whitespace0
-rw-r--r--vim/vimrc2
2 files changed, 1 insertions, 1 deletions
diff --git a/vim/bundle/strip_trailing_whitespace b/vim/bundle/strip_trailing_whitespace
-Subproject 1878ccd255b91ffabbe754d8b843e795fa95e03
+Subproject e689a60912a1832f167bdc88cf08cbba2a9ae7e
diff --git a/vim/vimrc b/vim/vimrc
index a25e5e90..766c0f16 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -277,7 +277,7 @@ nnoremap <Bslash>V :<C-U>let b: t: w:<CR>
" \w toggles wrapping
nnoremap <Bslash>w :<C-U>setlocal wrap! wrap?<CR>
" \x strips trailing whitespace via a custom plugin
-nmap <Bslash>x <Plug>StripTrailingWhitespace
+nmap <Bslash>x <Plug>(StripTrailingWhitespace)
" \y shows all registers
nnoremap <Bslash>y :<C-U>registers<CR>
" \z sets NZ English spelling (compare \u)