mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 21:03:53 -05:00
Deprecate :Gsplit! family in documentation
This commit is contained in:
@@ -128,13 +128,6 @@ that are part of Git repositories).
|
|||||||
*:Gpedit*
|
*:Gpedit*
|
||||||
:Gpedit [object] |:pedit| a |fugitive-object|.
|
: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* *fugitive-:Gr*
|
||||||
:Gread [object] Empty the buffer and |:read| a |fugitive-object|.
|
:Gread [object] Empty the buffer and |:read| a |fugitive-object|.
|
||||||
When the argument is omitted, this is similar to
|
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|.
|
*:Gfetch* Superseded by |:Git-fetch|.
|
||||||
*:Glog* Superseded by |:Gclog|.
|
*:Glog* Superseded by |:Gclog|.
|
||||||
*:Gstatus* Superseded by |:Git| (with no arguments).
|
*: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*
|
ABOUT *fugitive-about*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user