Pass :Gblame flags along to git-blame

This commit is contained in:
Tim Pope
2010-03-05 22:28:53 -05:00
parent 05c0efacab
commit 9c86a7d379
2 changed files with 24 additions and 12 deletions

View File

@@ -139,11 +139,13 @@ that are part of Git repositories).
buffer.
*fugitive-:Gblame*
:Gblame Run git-blame on the file and open the results in a
:Gblame [flags] Run git-blame on the file and open the results in a
scroll bound vertical split. Press enter on a line to
reblame the file as it was in that commit.
reblame the file as it was in that commit. You can
give any of ltwfsMC as flags and they will be passed
along to git-blame.
:[range]Gblame Run git-blame on the given range.
:[range]Gblame [flags] Run git-blame on the given range.
MAPPINGS *fugitive-mappings*