aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--doc/strip_trailing_whitespace.txt9
2 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index 1e72fd6..4ea75b4 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
strip\_trailing\_whitespace.vim
===============================
-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:
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: