aboutsummaryrefslogtreecommitdiff
path: root/autoload/strip_trailing_whitespace.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/strip_trailing_whitespace.vim')
-rw-r--r--autoload/strip_trailing_whitespace.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/strip_trailing_whitespace.vim b/autoload/strip_trailing_whitespace.vim
index 681016e..f9e9a1e 100644
--- a/autoload/strip_trailing_whitespace.vim
+++ b/autoload/strip_trailing_whitespace.vim
@@ -1,6 +1,6 @@
" Wrapper function to strip both horizontal and vertical trailing whitespace,
" return the cursor to its previous position, and report changes
-function! strip_trailing_whitespace#Strip(start, end) abort
+function! strip_trailing_whitespace#(start, end) abort
" Save cursor position
let pos = getpos('.')