:URLOpen https://example.com/path/magnet%3A%3Fxt%3Durn%3Abtih%3Ainfohash and it will silently failURLOpen https://example.com/path/magnet:The encoded example should open. Calling open $encoded_url (which :URLOpen basically does) works on macos from the command-line. This might be related to #16252. Is it because the URL matching is failing here?
9.2, including patches 1-321
Operating system: macOS
Terminal: iterm2
Value of $TERM: xterm-256color
Shell: bash
included in .vimrc:
let g:netrw_gx = ''
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
Very likely the special shellescape() argument missing somewhere
> doc/builtin.txt (lines 10496-10501)
The {special} argument adds additional escaping of keywords
used in Vim commands. When it is not omitted and a non-zero
number or a non-empty String (|non-zero-arg|), then special
items such as "!", "%", "#" and "<cword>" (as listed in
|expand()|) will be preceded by a backslash.
This backslash will be removed again by the |:!| command.
Could you bisect to the exact change to openPlugin.vim that broke it, such as a2dd40c?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()