aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:02:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:03:13 +1200
commitaf2934671ead32055f0f8216ee7e9e18c2928a66 (patch)
tree65cec68a80d262f889ce243dec4bbbf4dd23c600 /plugin
parentMerge branch 'hotfix/v0.6.2' into develop (diff)
downloadvim-strip-trailing-whitespace-af2934671ead32055f0f8216ee7e9e18c2928a66.tar.gz
vim-strip-trailing-whitespace-af2934671ead32055f0f8216ee7e9e18c2928a66.zip
Parenthesize plugin map
Diffstat (limited to 'plugin')
-rw-r--r--plugin/strip_trailing_whitespace.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/strip_trailing_whitespace.vim b/plugin/strip_trailing_whitespace.vim
index f3e01c0..de08fae 100644
--- a/plugin/strip_trailing_whitespace.vim
+++ b/plugin/strip_trailing_whitespace.vim
@@ -91,5 +91,5 @@ endfunction
" Create mapping proxy to the function just defined
nnoremap <silent> <unique>
- \ <Plug>StripTrailingWhitespace
+ \ <Plug>(StripTrailingWhitespace)
\ :<C-U>call <SID>StripTrailingWhitespace()<CR>