mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Fix internal documentation command references
This commit is contained in:
@@ -72,7 +72,7 @@ that are part of Git repositories).
|
|||||||
change unless [!] is given.
|
change unless [!] is given.
|
||||||
|
|
||||||
:Git difftool -y [args] Invoke `git diff [args]`, open each changed file in a
|
:Git difftool -y [args] Invoke `git diff [args]`, open each changed file in a
|
||||||
new tab, and invoke `:Gdiffsplit!` against the
|
new tab, and invoke |:Gdiffsplit!| against the
|
||||||
appropriate commit.
|
appropriate commit.
|
||||||
|
|
||||||
*:Git_mergetool*
|
*:Git_mergetool*
|
||||||
@@ -196,7 +196,7 @@ that are part of Git repositories).
|
|||||||
afterward. Add a ! to pass -f.
|
afterward. Add a ! to pass -f.
|
||||||
|
|
||||||
*:GRename*
|
*:GRename*
|
||||||
:GRename {destination} Like |:Gmove| but operates relative to the parent
|
:GRename {destination} Like |:GMove| but operates relative to the parent
|
||||||
directory of the current file.
|
directory of the current file.
|
||||||
|
|
||||||
*:GDelete*
|
*:GDelete*
|
||||||
@@ -206,7 +206,7 @@ that are part of Git repositories).
|
|||||||
buffer.
|
buffer.
|
||||||
|
|
||||||
*:GRemove*
|
*:GRemove*
|
||||||
:GRemove Like :Gdelete, but keep the (now empty) buffer around.
|
:GRemove Like |:GDelete|, but keep the (now empty) buffer around.
|
||||||
|
|
||||||
*:GBrowse*
|
*:GBrowse*
|
||||||
:GBrowse Open the current file, blob, tree, commit, or tag
|
:GBrowse Open the current file, blob, tree, commit, or tag
|
||||||
@@ -219,7 +219,7 @@ that are part of Git repositories).
|
|||||||
supported by installing rhubarb.vim, available at
|
supported by installing rhubarb.vim, available at
|
||||||
<https://github.com/tpope/vim-rhubarb>.
|
<https://github.com/tpope/vim-rhubarb>.
|
||||||
|
|
||||||
:GBrowse {object} Like :Gbrowse, but for a given |fugitive-object|.
|
:GBrowse {object} Like :GBrowse, but for a given |fugitive-object|.
|
||||||
|
|
||||||
:GBrowse [...]@{remote} Force using the given remote rather than the remote
|
:GBrowse [...]@{remote} Force using the given remote rather than the remote
|
||||||
for the current branch. The remote is used to
|
for the current branch. The remote is used to
|
||||||
@@ -231,7 +231,7 @@ that are part of Git repositories).
|
|||||||
if the file changes. You can give a range of "0" to
|
if the file changes. You can give a range of "0" to
|
||||||
force this behavior without including an anchor.
|
force this behavior without including an anchor.
|
||||||
|
|
||||||
:[range]GBrowse! [args] Like :Gbrowse, but put the URL on the clipboard rather
|
:[range]GBrowse! [args] Like :GBrowse, but put the URL on the clipboard rather
|
||||||
than opening it.
|
than opening it.
|
||||||
|
|
||||||
MAPS *fugitive-maps*
|
MAPS *fugitive-maps*
|
||||||
|
|||||||
Reference in New Issue
Block a user