motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit abb4a26c1e7fdcd763df0138b4e545d57c84a338 (tree)
parent 3e59a79e48e9875e50be51d7952f73446948c0eb
Author: Tim Pope <code@tpope.net>
Date:   Sat, 29 Feb 2020 08:19:56 -0500

Fix internal documentation command references

Diffstat:
Mdoc/fugitive.txt | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/fugitive.txt b/doc/fugitive.txt @@ -72,7 +72,7 @@ that are part of Git repositories). change unless [!] is given. :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. *:Git_mergetool* @@ -196,7 +196,7 @@ that are part of Git repositories). afterward. Add a ! to pass -f. *: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. *:GDelete* @@ -206,7 +206,7 @@ that are part of Git repositories). buffer. *:GRemove* -:GRemove Like :Gdelete, but keep the (now empty) buffer around. +:GRemove Like |:GDelete|, but keep the (now empty) buffer around. *:GBrowse* :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 <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 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 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. MAPS *fugitive-maps*