chrishrb / gx.nvim

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

[bug] Markdown handler always chooses last URL in line #44

Closed cjquines closed 3 months ago

cjquines commented 4 months ago

When the line is

[a](https://a.com/), [b](https://b.com/)
 ^

and my cursor is at ^, the chosen URL is https://b.com/. I think the markdown regex is too expansive.