Fugitive help inconsistent with usage of `[]` and `{}`
emiel opened this issue · 0 comments
emiel commented
While reading the Vim fugitive help I stumbled upon the :G
and :Git
commands first. See:
Lines 19 to 22 in 4f59455
If :G
is the same as :Git
why would there be a difference between optional and required args. If my reading of https://vimhelp.org/intro.txt.html#notation is correct then []
is optional and {}
means required.
I started preparing a patch but later saw [:Git
(with no arguments)](
Line 51 in 4f59455
:Git
(with no arguments) closer to the top (near :G
and :Git
) or simply combine them.
Perhaps review other usages as well.