diff options
author | Teddy Wing | 2017-12-20 23:16:00 +0100 |
---|---|---|
committer | Teddy Wing | 2017-12-20 23:16:00 +0100 |
commit | 07702328d14181a6d6e8137bfae14f2a8bc3f1f5 (patch) | |
tree | bae6feffce52d8b4ff9bdbe0bd94512bc8d89eb0 | |
parent | 63458a23b65014cbb11dcbdb91c62115e263bfd2 (diff) | |
download | vim-grappele-0.0.5.tar.bz2 |
Increase version v0.0.4 -> v0.0.5v0.0.5
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | doc/grappele.txt | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ CHANGELOG ========= +v0.0.5 (2017-12-20): + * If no location has been saved yet, `gG` no longer produces an error + v0.0.4 (2017-07-09): * Don't save location when using `G` without a count diff --git a/doc/grappele.txt b/doc/grappele.txt index 877ae3c..da34072 100644 --- a/doc/grappele.txt +++ b/doc/grappele.txt @@ -2,7 +2,7 @@ Author: Teddy Wing <http://teddywing.com> License: MIT -Version: 0.0.4 +Version: 0.0.5 ============================================================================== INTRODUCTION *grappele-introduction* |