From c0ce201c3b1497baf94309a221cc4ae03b9368ff Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 13 Aug 2019 18:56:18 -0400 Subject: [PATCH] Remove :Git --paginate from docs I thought the --paginate option was basically the opposite of --no-pager, but it actually forces the entire command to run through a pager, breaking a lot of interactive commands. Let's de-emphasize it as a solution. --- doc/fugitive.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 2b23b6d..1356b3e 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -31,9 +31,6 @@ that are part of Git repositories). :Git -P {args} |:edit| the temp file instead. A temp file is always used for diff and log commands. -:Git --paginate {args} Like |:Git|, but use |:terminal| if it is available. -:Git -p {args} - *fugitive-:Gcd* :Gcd [directory] |:cd| relative to the repository.