aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:26:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:26:19 +1200
commit0643bce5f3d79ba1d65935e86ba44cbf78213120 (patch)
tree5d7f907a51130ca5f0a5f2ee508c7f11ae52a7f6 /plugin
parentMerge branch 'hotfix/v0.3.1' into develop (diff)
parentBump VERSION (diff)
downloadvim-strip-trailing-whitespace-0643bce5f3d79ba1d65935e86ba44cbf78213120.tar.gz
vim-strip-trailing-whitespace-0643bce5f3d79ba1d65935e86ba44cbf78213120.zip
Merge branch 'hotfix/v0.3.2' into develop
* hotfix/v0.3.2: Bump VERSION Remove unneeded <unique> attribute
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 9edcaf4..c2a5161 100644
--- a/plugin/strip_trailing_whitespace.vim
+++ b/plugin/strip_trailing_whitespace.vim
@@ -87,6 +87,6 @@ function! s:StripTrailingWhitespace()
endfunction
" Create mapping proxy to the function just defined
-noremap <silent> <unique>
+noremap <silent>
\ <Plug>StripTrailingWhitespace
\ :<C-U>call <SID>StripTrailingWhitespace()<CR>