Make :Gblame a proper subcommand

This commit is contained in:
Tim Pope
2019-08-11 17:01:24 -04:00
parent d1033e756e
commit 0392f64a93
2 changed files with 116 additions and 45 deletions

View File

@@ -211,6 +211,11 @@ that are part of Git repositories).
~ reblame at [count]th first grandparent
P reblame at [count]th parent (like HEAD^[count])
:[range]Gblame [flags] If a range is given, just that part of the file will
:Gblame [flags] {file} be blamed, and a horizontal split without
scrollbinding is used. You can also give an arbitrary
filename.
*fugitive-:Gbrowse*
:Gbrowse Open the current file, blob, tree, commit, or tag
in your browser at the upstream hosting provider.