From cb1300d7517b7110ec94ac22d1bb65e06391ab7b Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 18 Feb 2020 16:35:18 -0500 Subject: [PATCH] Deprecate :Gsplit! family in documentation --- doc/fugitive.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 7f3170d..224b14d 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -128,13 +128,6 @@ that are part of Git repositories). *:Gpedit* :Gpedit [object] |:pedit| a |fugitive-object|. -:Gsplit! [args] *:Gsplit!* *:Gvsplit!* -:Gvsplit! [args] *:Gtabedit!* *:Gpedit!* -:Gtabedit! [args] Capture the output of `git [args]` to a temp file and -:Gpedit! [args] open it in a split, tab, or preview window. Use - :0Gsplit! to suppress the split and open it in the - current window. - *:Gread* *fugitive-:Gr* :Gread [object] Empty the buffer and |:read| a |fugitive-object|. When the argument is omitted, this is similar to @@ -637,6 +630,11 @@ just one space character longer than the legacy version. *:Gfetch* Superseded by |:Git-fetch|. *:Glog* Superseded by |:Gclog|. *:Gstatus* Superseded by |:Git| (with no arguments). +*:Gsplit!* Superseded by |:Git| --paginate. +*:Gvsplit!* Superseded by |:vert| |:Git| --paginate. +*:Gtabsplit!* Superseded by |:tab| |:Git| --paginate. +*:Gedit!* Superseded by :0Git --paginate. +*:Gpedit!* Deprecated with no current plans for replacement. ABOUT *fugitive-about*