aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:17:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:17:14 +1200
commit7e5ab9b9a738719ae4e853df4641a2b49fa1773f (patch)
tree9d52889ad397329c359a299a841527e048b7cd70 /doc
parentMerge branch 'release/v0.3.0' (diff)
downloadvim-strip-trailing-whitespace-7e5ab9b9a738719ae4e853df4641a2b49fa1773f.tar.gz
vim-strip-trailing-whitespace-7e5ab9b9a738719ae4e853df4641a2b49fa1773f.zip
Remove mention of user command from docs
Diffstat (limited to 'doc')
-rw-r--r--doc/strip_trailing_whitespace.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/strip_trailing_whitespace.txt b/doc/strip_trailing_whitespace.txt
index f19ae32..93a4d89 100644
--- a/doc/strip_trailing_whitespace.txt
+++ b/doc/strip_trailing_whitespace.txt
@@ -2,11 +2,10 @@
DESCRIPTION *strip_trailing_whitespace*
-This plugin provides a mapping target and an optional custom command with the
-author's approach to stripping trailing whitespace from an entire buffer,
-including removing empty or whitespace-only lines at the end of the buffer,
-without making command noise and without moving the cursor from its current
-position.
+This plugin provides a mapping target with the author's approach to stripping
+trailing whitespace from an entire buffer, including removing empty or
+whitespace-only lines at the end of the buffer, without making command noise
+and without moving the cursor from its current position.
This is a very commonly written and implemented plugin, but I wrote my own
because I could not find a plugin that did this in exactly the way I wanted: