aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:15:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:15:39 +1200
commit300bea303578b9cb9ff96b7ca4126355324e7427 (patch)
tree4b886da9cf15b65bbcc5c528ad8aed8a67cf3786 /README.md
parentRefactor majorly for 0.2.0 (diff)
parentBump VERSION (diff)
downloadvim-strip-trailing-whitespace-300bea303578b9cb9ff96b7ca4126355324e7427.tar.gz
vim-strip-trailing-whitespace-300bea303578b9cb9ff96b7ca4126355324e7427.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Bump VERSION Remove leading colon for mapping example Adjust documentation on reporting Remove user command
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f7d95c..1e72fd6 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,14 @@ 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
-- Provide a user command to do the stripping as well if wanted
-- 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
- Don't change the search pattern
- Don't define an `autocmd`
+- Don't define a user command
- Don't force a key mapping
- Don't define a global function