Mention hunk text object in introduction.

This commit is contained in:
Andy Stewart
2018-02-15 17:17:23 +00:00
parent d586e4398e
commit 213bd34bdf

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. 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.
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.