aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--doc/strip_trailing_whitespace.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 03cc422..1e72fd6 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@ 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:
- Provide a `<Plug>` mapping
-- Strip trailing lines as well as trailing spaces, reporting both
+- Strip trailing lines as well as trailing spaces
+- Accurately report what was changed
- Work with even very old Vim (>=6.0)
- Work with a single `undo`
- Don't move the cursor
diff --git a/doc/strip_trailing_whitespace.txt b/doc/strip_trailing_whitespace.txt
index 8881a38..269090f 100644
--- a/doc/strip_trailing_whitespace.txt
+++ b/doc/strip_trailing_whitespace.txt
@@ -12,7 +12,8 @@ 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:
- Provide a |<Plug>| mapping
-- Strip trailing lines as well as trailing spaces, reporting both
+- Strip trailing lines as well as trailing spaces
+- Accurately report what was changed
- Work with even very old Vim (>=6.0)
- Work with a single |undo|
- Don't move the cursor