aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 17:53:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 17:53:12 +1200
commitc8d73a50108d3d7e21f50a2aa3234dbb3c00b99b (patch)
treedc875d0a6bcb1873671ebb2e6ddb21139a008afc /README.md
parentMerge branch 'hotfix/v2.1.1' (diff)
parentBump VERSION (diff)
downloadvim-strip-trailing-whitespace-c8d73a50108d3d7e21f50a2aa3234dbb3c00b99b.tar.gz
vim-strip-trailing-whitespace-c8d73a50108d3d7e21f50a2aa3234dbb3c00b99b.zip
Merge branch 'release/v3.0.0'v3.0.0
* release/v3.0.0: Simplify cursor restoration Add exclamation mark to function declarations Inline backported s:Cursor() function Move functions into autoload
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11b56f0..f1e8618 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,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