aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:34:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:34:54 +1200
commitea533bb79e32fa3238b816f040975d94842a6069 (patch)
tree882f0a4a3509e4ca67e080ffb019eba254985ee6 /doc
parentMerge branch 'hotfix/v2.0.2' into develop (diff)
downloadvim-strip-trailing-whitespace-ea533bb79e32fa3238b816f040975d94842a6069.tar.gz
vim-strip-trailing-whitespace-ea533bb79e32fa3238b816f040975d94842a6069.zip
Switch to two-spacing
Diffstat (limited to 'doc')
-rw-r--r--doc/strip_trailing_whitespace.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/strip_trailing_whitespace.txt b/doc/strip_trailing_whitespace.txt
index c29b664..6a79128 100644
--- a/doc/strip_trailing_whitespace.txt
+++ b/doc/strip_trailing_whitespace.txt
@@ -23,16 +23,16 @@ because I could not find a plugin that did this in exactly the way I wanted:
REQUIREMENTS *strip_trailing_whitespace-requirements*
-This plugin is only available if 'compatible' is not set. It also requires the
-|+user_commands| feature.
+This plugin is only available if 'compatible' is not set. It also requires
+the |+user_commands| feature.
COMMANDS *strip_trailing_whitespace-commands*
*:StripTrailingWhitespace*
Strip trailing space appropriately for the range of lines selected, defaulting
-to the entire buffer. Remove all horizontal whitespace from the end of each
-line. If the last line of the range is also the last line of the buffer, strip
-trailing blank or whitespace-only lines as well.
+to the entire buffer. Remove all horizontal whitespace from the end of each
+line. If the last line of the range is also the last line of the buffer,
+strip trailing blank or whitespace-only lines as well.
AUTHOR *strip_trailing_whitespace-author*