open-browser.vim icon indicating copy to clipboard operation
open-browser.vim copied to clipboard

URL detection with previous colon : and parenthesis (

Open arturoherrero opened this issue 5 years ago • 0 comments

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.

arturoherrero avatar Mar 13 '20 14:03 arturoherrero