aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--README.md2
-rw-r--r--doc/strip_trailing_whitespace.txt10
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index abddc14..11b56f0 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ because I could not find a plugin that did this in exactly the way I wanted:
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
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*