Deprecate :Gsplit! family in documentation

This commit is contained in:
Tim Pope
2020-02-18 16:35:18 -05:00
parent d10dc9ea93
commit cb1300d751

View File

@@ -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*