chrishrb / gx.nvim

Implementation of gx without the need of netrw
Apache License 2.0
186 stars 19 forks source link

Fix github handler not matching github issue inside braces #53

Closed reegnz closed 3 months ago

reegnz commented 3 months ago

When one uses squash to merge PR-s, the issue number is in parentheses. The github handler pattern failed to match those issues.

This change fixes that and adds some test-cases for various edge-cases as well.

chrishrb commented 3 months ago

Thanks for your contribution! This looks good to me 👍