chrishrb / gx.nvim

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

gx.nvim doesn't respect fragments in URLs #6

Closed hatredholder closed 1 year ago

hatredholder commented 1 year ago

Whenever you try to open a URL with a fragment (a hash sign #) gx.nvim opens it without the fragment in it.

Here's an example for clarity:

A URL like: https://flask.palletsprojects.com/en/2.2.x/testing/#tests-that-depend-on-an-active-context

gx.nvim opens as: https://flask.palletsprojects.com/en/2.2.x/testing/

chrishrb commented 1 year ago

should work now, if you still have this issue, please reopen this issue 👍

hatredholder commented 1 year ago

should work now, if you still have this issue, please reopen this issue

It's fixed, much love to you :heart: