open-browser.vim
open-browser.vim copied to clipboard
URL detection with previous colon : and parenthesis (
I've found one issue related to URL detection.
For example, having this line:
def whitelist_query_limiting
Gitlab::QueryLimiting.whitelist('https://gitlab.com/gitlab-org/gitlab-foss/issues/42430')
end
When I try gx over the URL, it's giving me the following error:
open-browser doesn't know how to open 'Gitlab://QueryLimiting.whitelist'
I think the problem is related to the previous colon : and parenthesis ( or the combination of both.