Fire GitGutterStage User event after staging

Closes #698.
This commit is contained in:
Andy Stewart
2020-04-23 08:59:26 +01:00
parent 2b62481d38
commit 3599736179
3 changed files with 14 additions and 1 deletions

View File

@@ -88,6 +88,10 @@ You can jump between hunks with `[c` and `]c`. You can preview, stage, and undo
You cannot unstage a staged hunk.
After updating the signs, the plugin fires the `GitGutter` User autocommand.
After staging a hunk or part of a hunk, the plugin fires the `GitGutterStage` User autocommand.
#### Activation