aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 17:42:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 17:42:39 +1200
commit450ca247f397b1b9b059f389f6ee09397211304a (patch)
treeb3eacc2cfed1a9adfae7f612d2fb6a45662a9b7c /doc
parentMerge branch 'hotfix/v2.1.1' into develop (diff)
downloadvim-strip-trailing-whitespace-450ca247f397b1b9b059f389f6ee09397211304a.tar.gz
vim-strip-trailing-whitespace-450ca247f397b1b9b059f389f6ee09397211304a.zip
Move functions into autoload
This adds a dependency on Vim >=7.0.
Diffstat (limited to 'doc')
-rw-r--r--doc/strip_trailing_whitespace.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/strip_trailing_whitespace.txt b/doc/strip_trailing_whitespace.txt
index 6a79128..dc2a324 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 Jul 20
+*strip_trailing_whitespace.txt* For Vim version 7.0 Last change: 2019 May 25
DESCRIPTION *strip_trailing_whitespace*
@@ -13,7 +13,7 @@ because I could not find a plugin that did this in exactly the way I wanted:
- Accept an optional range
- Strip trailing lines as well as trailing spaces
- Report what was changed, accurately
-- Work with even very old Vim (>=6.0)
+- Work with old Vim (>=7.0)
- Work with a single |undo|
- Don't move the cursor
- Don't change the search pattern