]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(getscript): CI: failure on powershell
authorChristian Brabandt <cb@256bit.org>
Sun, 11 May 2025 16:30:24 +0000 (18:30 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 11 May 2025 16:30:24 +0000 (18:30 +0200)
commite62244f22dc81b86f76c6cf2f10a6aa3c8f1dd00
tree7faefd48b8c8178db3cecae28f78bc8d8bbcfe80
parent411730e277c408f89c82ae7dbb1ebfa71ec0f4e5
runtime(getscript): CI: failure on powershell

Problem:  The CheckVimScriptURL() function does not work properly on
          pwershell. Most likely this is because curl is aliased to
          Invoke-WebRequest on Powershell and redirection seems to work
          slightly different
Solution: Disable CheckVimScriptURL() on Powershell and then simplify
          the curl download logic

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/getscript.vim