aboutsummaryrefslogtreecommitdiff
path: root/doc/strip_trailing_whitespace.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/strip_trailing_whitespace.txt')
-rw-r--r--doc/strip_trailing_whitespace.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/strip_trailing_whitespace.txt b/doc/strip_trailing_whitespace.txt
index 3e1807b..96635ab 100644
--- a/doc/strip_trailing_whitespace.txt
+++ b/doc/strip_trailing_whitespace.txt
@@ -1,4 +1,4 @@
-*strip_trailing_whitespace.txt* For Vim version 6.0 Last change: 2018 May 31
+*strip_trailing_whitespace.txt* For Vim version 6.0 Last change: 2018 June 10
DESCRIPTION *strip_trailing_whitespace*
@@ -13,12 +13,11 @@ because I could not find a plugin that did this in exactly the way I wanted:
- Provide a |<Plug>| mapping
- Provide a user command to do the stripping as well if wanted
-- Strip trailing lines as well as trailing spaces
+- Strip trailing lines as well as trailing spaces, reporting both
- Work with even very old Vim (>=6.0)
- Work with a single |undo|
- Don't move the cursor
- Don't change the search pattern
-- Don't emit output
- Don't define an |autocmd|
- Don't force a key mapping
- Don't define a global function