From 4efb697fce51ab622e156694864a03ce8544bd90 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 31 Aug 2021 10:43:46 -0400 Subject: [PATCH] Document :Ggrep -q --- doc/fugitive.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 9d7b015..d8b9db0 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -102,6 +102,10 @@ that are part of Git repositories). :Ggrep[!] [args] An approximation of |:grep|[!] with git-grep as :Git[!] grep -O [args] 'grepprg'. +:Ggrep[!] --quiet [args] +:Ggrep[!] -q [args] Like |:Ggrep|, but instead of displaying output, open + the quickfix list. + *:Glgrep* :Glgrep[!] [args] :Ggrep but for |:lgrep|. :0Git[!] grep -O [args]