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

Correctly parse mixed-style comments #38

Closed jakergrossman closed 3 years ago

jakergrossman commented 3 years ago

Rather than picking either backtick- or space-style queries, the resulting matches list will contain both. It's OK if this causes duplicate matches, because they will be filtered out when creating the comment.

Resolves #8.

heraldofsolace commented 3 years ago

Thanks