From 928e1e71e7776594b22b1f9fb1f1426dc8c3ae12 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 2 Aug 2019 02:00:10 -0400 Subject: [PATCH] Document :Git --no-pager --- doc/fugitive.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 020a98a..49158ae 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -25,8 +25,8 @@ that are part of Git repositories). *fugitive-:Git!* :Git! {args} Like |:Git|, but capture the output into a temp file, - and |:split| that that temp file. Use :0Git to - |:edit| the temp file instead. +:Git --no-pager {args} and |:split| that that temp file. Use :0Git to +:Git -P {args} |:edit| the temp file instead. *fugitive-:Gcd* :Gcd [directory] |:cd| relative to the repository.