aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/strip_trailing_whitespace.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-07 13:45:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-07 13:45:41 +1300
commit1522c7e3b2d8fc4737c6bacfcf9bdb1d60f780b0 (patch)
tree41328bc7e1f123c6067b61f9a7efeb24991896d5 /vim/doc/strip_trailing_whitespace.txt
parentMerge branch 'feature/vim-mappings' into develop (diff)
parentAdd user_ftplugin.vim and user_indent.vim plugins (diff)
downloaddotfiles-1522c7e3b2d8fc4737c6bacfcf9bdb1d60f780b0.tar.gz
dotfiles-1522c7e3b2d8fc4737c6bacfcf9bdb1d60f780b0.zip
Merge branch 'feature/vim-plug' into develop
* feature/vim-plug: Add user_ftplugin.vim and user_indent.vim plugins Use b:undo variables correctly Update <Leader>b mapping to use new mapping name Add commands to copy_linebreak.vim Give copy_linebreak.vim enable/disable funcs, maps Add :FixedJoin command Add :StripTrailingWhitespace command
Diffstat (limited to 'vim/doc/strip_trailing_whitespace.txt')
-rw-r--r--vim/doc/strip_trailing_whitespace.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/doc/strip_trailing_whitespace.txt b/vim/doc/strip_trailing_whitespace.txt
index 670877c9..d50fbfb7 100644
--- a/vim/doc/strip_trailing_whitespace.txt
+++ b/vim/doc/strip_trailing_whitespace.txt
@@ -7,6 +7,9 @@ This plugin is the author's approach to stripping trailing whitespace from an
entire buffer, including empty lines at the end, without making command noise
and without moving the cursor from its current position.
+If also provides a :StripTrailingWhitespace command if you have +user_commands,
+but this is not required.
+
This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun
off into a separate distribution as it solidifies and this documentation
improves.