aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-09-29 02:12:03 +0200
committerTeddy Wing2020-09-29 02:12:03 +0200
commit033fa338f67384c52547041e9d946015b7700c81 (patch)
treef2c464f2f567ca940902c1b971f44cd3077097ce
parente230b24276a018701b6c3b8645c64fc8b1620985 (diff)
downloadvim-grappele-033fa338f67384c52547041e9d946015b7700c81.tar.bz2
Increase version v0.2.0 -> v0.3.0HEADv0.3.0master
-rw-r--r--CHANGELOG11
-rw-r--r--doc/grappele.txt2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 59d9508..3a8f50a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,15 @@
CHANGELOG
=========
+v0.3.0 (2020-09-29):
+ * Fix bug with `o_G` where `>17G` caused lines .,17 to be indented 17 times
+ * Make all mappings `<expr>` mappings
+ * Remove the `<Plug>Grappele` mapping
+ * Remove variadic arguments from `grappele#Grappele()` and make it an
+ `<expr>` function
+ * Remove `mode` argument from `grappele#Recall()` and make it an `<expr>`
+ function
+
v0.2.0 (2020-09-21):
* Add visual and operator-pending mode mappings for `G`
@@ -24,3 +33,5 @@ v0.0.1 (2015-09-14):
* Initial release
* Custom `G` command that stores the most recent count passed to it
* `gG` command that does `G` with the most recent `G` count
+
+ vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
diff --git a/doc/grappele.txt b/doc/grappele.txt
index 006881f..4d1fe77 100644
--- a/doc/grappele.txt
+++ b/doc/grappele.txt
@@ -2,7 +2,7 @@
Author: Teddy Wing <http://teddywing.com>
License: GPLv3+
-Version: 0.2.0
+Version: 0.3.0
==============================================================================
INTRODUCTION *grappele-introduction*