aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:17:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:17:45 +1200
commitf77703d3322b96650d36ea4c35a59724ad2bd7cb (patch)
tree48b11219535ec87c50efaac4688b15d6347c277b
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-strip-trailing-whitespace-f77703d3322b96650d36ea4c35a59724ad2bd7cb.tar.gz
vim-strip-trailing-whitespace-f77703d3322b96650d36ea4c35a59724ad2bd7cb.zip
Merge branch 'hotfix/v0.3.1'v0.3.1
* hotfix/v0.3.1: Bump VERSION Remove mention of user command from docs
-rw-r--r--README.md9
-rw-r--r--VERSION2
-rw-r--r--doc/strip_trailing_whitespace.txt9
3 files changed, 9 insertions, 11 deletions
diff --git a/README.md b/README.md
index 1e72fd6..4ea75b4 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
strip\_trailing\_whitespace.vim
===============================
-This plugin provides a mapping target and an optional custom command with the
-author's approach to stripping trailing whitespace from an entire buffer,
-including removing empty or whitespace-only lines at the end of the buffer,
-without making command noise and without moving the cursor from its current
-position.
+This plugin provides a mapping target with the author's approach to stripping
+trailing whitespace from an entire buffer, including removing empty or
+whitespace-only lines at the end of the buffer, without making command noise
+and without moving the cursor from its current position.
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:
diff --git a/VERSION b/VERSION
index 0d91a54..9e11b32 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.3.1
diff --git a/doc/strip_trailing_whitespace.txt b/doc/strip_trailing_whitespace.txt
index f19ae32..93a4d89 100644
--- a/doc/strip_trailing_whitespace.txt
+++ b/doc/strip_trailing_whitespace.txt
@@ -2,11 +2,10 @@
DESCRIPTION *strip_trailing_whitespace*
-This plugin provides a mapping target and an optional custom command with the
-author's approach to stripping trailing whitespace from an entire buffer,
-including removing empty or whitespace-only lines at the end of the buffer,
-without making command noise and without moving the cursor from its current
-position.
+This plugin provides a mapping target with the author's approach to stripping
+trailing whitespace from an entire buffer, including removing empty or
+whitespace-only lines at the end of the buffer, without making command noise
+and without moving the cursor from its current position.
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: