From 86b22a0680dcf5ba0c5a0cba753159744881109f Mon Sep 17 00:00:00 2001 From: Jerome Reybert <jreybert@gmail.com> Date: Thu, 15 Oct 2015 10:24:35 +0200 Subject: [PATCH] README.md: update before release --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47f785c..235541a 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,12 @@ Take a look at [TL;DR](#tldr) to start using it immediatly. * [ ] Chase all corner cases. Please remember that vimagit is at an early development stage. If you try vimagit and nothing is working, please don't throw it, fill an issue on github :heart: ! More to come: -* Accelerate magit buffer refreshing. -* Partial hunk staging. +* Partial hunk staging (next release). * Vizualize and checkout branches. * Go through history, cherry-pick changes. +* Something is missing? Open an [issue](https://github.com/jreybert/vimagit/issues/new)! + +For the most enthusiastic, you can try the branch [next](https://github.com/jreybert/vimagit/tree/next). It is quite stable, just check its travis status before fetching it. > Why should I use vimagit, there are already plethora git plugins for vim? -- GitLab