heraldofsolace / VimHelpBot

VimHelpBot is a bot that replies to r/vim and r/neovim comments with link to Vim Help page
GNU General Public License v3.0
46 stars 2 forks source link

Trouble identifying help for g* #42

Closed Gumnos closed 5 months ago

Gumnos commented 2 years 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

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

heraldofsolace commented 5 months ago

Fixed