mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
Remove "soft" qualifier from deprecated commands
This commit is contained in:
@@ -603,12 +603,10 @@ a statusline, this one matches the default when 'ruler' is set:
|
|||||||
<
|
<
|
||||||
DEPRECATIONS *fugitive-deprecated*
|
DEPRECATIONS *fugitive-deprecated*
|
||||||
|
|
||||||
The following commands are softly deprecated in favor of replacements that
|
The following commands are deprecated in favor of replacements that adhere to
|
||||||
adhere to a new naming scheme. They will eventually be removed, but probably
|
a new naming scheme. Remember that |:Git| can be shortened to |:G|, so
|
||||||
not in the near future.
|
replacements using it are just one space character longer than the legacy
|
||||||
|
version.
|
||||||
Remember that |:Git| can be shortened to |:G|, so replacements using it are
|
|
||||||
just one space character longer than the legacy version.
|
|
||||||
|
|
||||||
*:Gremove* Superseded by |:GRemove|.
|
*:Gremove* Superseded by |:GRemove|.
|
||||||
*:Gdelete* Superseded by |:GDelete|.
|
*:Gdelete* Superseded by |:GDelete|.
|
||||||
|
|||||||
Reference in New Issue
Block a user