aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-30 23:29:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-30 23:29:04 +1300
commitd9e20a550ca73480da491f35acc904f3d41e5ea3 (patch)
treec3f2e089f844d9bc34f8a90cb9ba3e9422579bf8 /vim
parentMove 'joinspaces' Vim config to join subfile (diff)
downloaddotfiles-d9e20a550ca73480da491f35acc904f3d41e5ea3.tar.gz
dotfiles-d9e20a550ca73480da491f35acc904f3d41e5ea3.zip
Note that StripTrailingWhitespace() does whole doc
Just in case somebody tried to use it to strip whitespace only from a selected range. It could maybe be extended to do this somehow.
Diffstat (limited to 'vim')
-rw-r--r--vim/config/whitespace.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/whitespace.vim b/vim/config/whitespace.vim
index 446a07de..cc2554bd 100644
--- a/vim/config/whitespace.vim
+++ b/vim/config/whitespace.vim
@@ -1,4 +1,4 @@
-" Strip trailing whitespace with \x
+" Strip trailing whitespace with \x in the whole document
if has('eval')
" Define function for stripping whitespace