mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 04:23:46 -05:00
Move :Ggrep docs near other :Gcommands
This commit is contained in:
@@ -64,14 +64,6 @@ that are part of Git repositories).
|
|||||||
scrollbinding is used. You can also give an arbitrary
|
scrollbinding is used. You can also give an arbitrary
|
||||||
filename.
|
filename.
|
||||||
|
|
||||||
*:Ggrep* *:Gcgrep* *:Git_grep*
|
|
||||||
:Ggrep[!] [args] |:grep|[!] with git-grep as 'grepprg'.
|
|
||||||
:Git[!] grep [args]
|
|
||||||
|
|
||||||
*:Glgrep*
|
|
||||||
:Glgrep[!] [args] |:lgrep|[!] with git-grep as 'grepprg'.
|
|
||||||
:0Git[!] grep [args]
|
|
||||||
|
|
||||||
*:Git_difftool*
|
*:Git_difftool*
|
||||||
:Git[!] difftool [args] Invoke `git diff [args]` and load the changes into the
|
:Git[!] difftool [args] Invoke `git diff [args]` and load the changes into the
|
||||||
quickfix list. Each changed hunk gets a separate
|
quickfix list. Each changed hunk gets a separate
|
||||||
@@ -95,6 +87,14 @@ that are part of Git repositories).
|
|||||||
*:Git_fetch*
|
*:Git_fetch*
|
||||||
:Git fetch [args] Like |:Git_push|, but for git-fetch.
|
:Git fetch [args] Like |:Git_push|, but for git-fetch.
|
||||||
|
|
||||||
|
*:Ggrep* *:Gcgrep* *:Git_grep*
|
||||||
|
:Ggrep[!] [args] |:grep|[!] with git-grep as 'grepprg'.
|
||||||
|
:Git[!] grep [args]
|
||||||
|
|
||||||
|
*:Glgrep*
|
||||||
|
:Glgrep[!] [args] |:lgrep|[!] with git-grep as 'grepprg'.
|
||||||
|
:0Git[!] grep [args]
|
||||||
|
|
||||||
*:Gclog*
|
*:Gclog*
|
||||||
:Gclog[!] [args] Use git-log [args] to load the commit history into the
|
:Gclog[!] [args] Use git-log [args] to load the commit history into the
|
||||||
|quickfix| list. Jumps to the first commit unless [!]
|
|quickfix| list. Jumps to the first commit unless [!]
|
||||||
|
|||||||
Reference in New Issue
Block a user