diff options
author | Teddy Wing | 2017-05-10 21:12:57 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-10 21:12:57 +0200 |
commit | 35ef33e27af30c2bede8e63b28889c8d4a9e060f (patch) | |
tree | 7ba870fd9ce425248f0ed1313bd21c330a13420c | |
parent | 1a43c4492b5a41eaecdc8afb23461ec6422d2372 (diff) | |
download | vim-gitcha-35ef33e27af30c2bede8e63b28889c8d4a9e060f.tar.bz2 |
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | doc/gitcha.txt | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ CHANGELOG ========= +v0.0.2 (2017-05-10): + * Display the completion popup menu even when there is only a single + match. This allows users to read the commit message subject for added + confirmation. + v0.0.1 (2017-04-29): * Initial release. diff --git a/doc/gitcha.txt b/doc/gitcha.txt index d166119..a52a0fd 100644 --- a/doc/gitcha.txt +++ b/doc/gitcha.txt @@ -2,7 +2,7 @@ Author: Teddy Wing <http://teddywing.com> License: GPLv3+ -Version: 0.0.1 +Version: 0.0.2 ============================================================================== INTRODUCTION *gitcha* |