aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-01 21:47:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-01 21:47:10 +1200
commit1f585e421aab20889c8315e93ffc6d196544fd1f (patch)
tree10bace9fab53da7f8f05a37623db04cc2dcdf21c /plugin
parentMerge branch 'release/v3.0.0' into develop (diff)
downloadvim-strip-trailing-whitespace-1f585e421aab20889c8315e93ffc6d196544fd1f.tar.gz
vim-strip-trailing-whitespace-1f585e421aab20889c8315e93ffc6d196544fd1f.zip
Rename autoloaded interface function
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 2cbfb5d..a20a8a1 100644
--- a/plugin/strip_trailing_whitespace.vim
+++ b/plugin/strip_trailing_whitespace.vim
@@ -16,4 +16,4 @@ let loaded_strip_trailing_whitespace = 1
" User command for the above
command! -range=% StripTrailingWhitespace
- \ call strip_trailing_whitespace#Strip(<line1>, <line2>)
+ \ call strip_trailing_whitespace#(<line1>, <line2>)