mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 19:51:41 +10:00
Problem:
Since 0b9664f524 powershell filtered
:[range]! commands with args causes error:
"Start-Process: A positional parameter cannot be found that accepts argument ..."
Solution:
Pass args to Start-Process via `-ArgumentList`.
closes #19250
25 KiB
25 KiB