Mention staging partial hunks in top of readme.

This commit is contained in:
Andy Stewart
2019-08-27 16:57:13 +01:00
parent 67c8cca890
commit 98ce886999

View File

@@ -1,6 +1,6 @@
## vim-gitgutter ## 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. The signs are always up to date and the plugin never saves your buffer.