Vim\vim82\autoload\netrw.vim plugin has issues with powershell because the function s:NetrwExe falls back to cmd on windows. This is used for example to call curl.
netrw.vim uses vim's shellescape() to decorate urls and is witty enough to use single quotes to escape if powershell is detected ('http://whatever' for example). Uses it through s:ShellEscape().
curl doesn't admit single quoted arguments from cmd and breaks. But it works on powershell because it will remove them for the call.
Β Β https://github.com/vim/vim/pull/10931
(1Β file)
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Would you please send me a patch? (look at the top of syntax/netrw.vim for email addr)
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #10931.
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks for the prompt answer. Sent ... I guess the pull request doesn't make sense anymore.
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Reopened #10931.
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Unfortunately, it seems to be something wrong with the mail (DNS complains the domain doesn't exist anymore).
Somebody can hint the good one?
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
did you remove the capital letters? the domain should be IIRC @drchip.org
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
My fault. I misspelled the domain. Now it seems to be delivered. Thanks @chrisbra πββοΈ
β
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #10931.
β
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()