Closed Gumnos closed 5 months ago
Describe the bug
Went to tag help-links for g* and g# bu putting in :help g* and :help g#. The bot correctly identified & linked g# but missed g*. Vim's internal expansion algorithm turns this into :help gstar
g*
g#
:help g*
:help g#
:help gstar
To Reproduce
As above, create a comment in /r/vim containing :help g*
Expected behavior
The algorithm uses the same conversion that vim does, turning g* into gstar
gstar
Fixed
Describe the bug
Went to tag help-links for
g*
andg#
bu putting in:help g*
and:help g#
. The bot correctly identified & linkedg#
but missedg*
. Vim's internal expansion algorithm turns this into:help gstar
To Reproduce
As above, create a comment in /r/vim containing
:help g*
Expected behavior
The algorithm uses the same conversion that vim does, turning
g*
intogstar