From 98ce88699960612a60486434f49b5e69e5abf0db Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 27 Aug 2019 16:57:13 +0100 Subject: [PATCH] Mention staging partial hunks in top of readme. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index a6e1d70..add6877 100644 --- a/README.mkd +++ b/README.mkd @@ -1,6 +1,6 @@ ## vim-gitgutter -A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows which lines have been added, modified, or removed. You can also preview, stage, and undo individual hunks. The plugin also provides a hunk text object. +A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows which lines have been added, modified, or removed. You can also preview, stage, and undo individual hunks; and stage partial hunks. The plugin also provides a hunk text object. The signs are always up to date and the plugin never saves your buffer.