You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place cursor under url, then press above mapping go, it is opening https://git.sr.ht/~ackyshake/VimCompletesMe.vim') in browser
If I replace ' with " in both above cases, it can open url correctly. It is quite strange.
Case 3
(https://git.sr.ht/~ackyshake/VimCompletesMe.vim)
Place cursor under url, then press above mapping go, it is opening https://git.sr.ht/~ackyshake/VimCompletesMe.vim) in browser.
I also tested with [] and {}, it works correctly.
The text was updated successfully, but these errors were encountered:
Hi,
This issue happened when opening url under cursor if url is in single quote or parentheses, step to reproduce as follows:
Case 1:
Plug 'https://git.sr.ht/~ackyshake/VimCompletesMe.vim'
Place cursor under url, then press above mapping
go
, it is openinghttps://git.sr.ht/~ackyshake/VimCompletesMe.vim'
in browserCase 2
('https://git.sr.ht/~ackyshake/VimCompletesMe.vim')
Place cursor under url, then press above mapping
go
, it is openinghttps://git.sr.ht/~ackyshake/VimCompletesMe.vim')
in browserIf I replace
'
with"
in both above cases, it can open url correctly. It is quite strange.Case 3
Place cursor under url, then press above mapping
go
, it is openinghttps://git.sr.ht/~ackyshake/VimCompletesMe.vim)
in browser.I also tested with
[]
and{}
, it works correctly.The text was updated successfully, but these errors were encountered: