Add :GitGutterQuickFix command.

It loads all hunks into the quickfix list.

Closes #617.
This commit is contained in:
Andy Stewart
2019-08-28 11:59:19 +01:00
parent 307caf6f39
commit 88d396f1b4
5 changed files with 51 additions and 0 deletions

View File

@@ -160,6 +160,10 @@ Commands for jumping between hunks:~
*gitgutter-:GitGutterPrevHunk*
:GitGutterPrevHunk Jump to the previous [count] hunk.
*gitgutter-:GitGutterQuickFix*
:GitGutterQuickFix Load all hunks into the |quickfix| list. Note this
ignores any unsaved changes in your buffers.
Commands for operating on a hunk:~