aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/strip_trailing_whitespace.txt
blob: d50fbfb739ad16ebdadcbd241a219dd67a675b55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*strip_trailing_whitespace.txt*  Strip trailing whitespace from whole buffer

Author:  Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself (see |license|)

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.