diff options
author | Enan Ajmain <3nan.ajmain@gmail.com> | 2022-07-19 02:26:09 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 13:26:09 -0700 |
commit | 3340728c723833c093527b719b25c1cc9efaf598 (patch) | |
tree | 12563e1364c0b83f8574f83c9b24be506ca4dbc1 /test/functional/lua/vim_spec.lua | |
parent | d73c31a41f9a6807b32ce0292836318402a5f4af (diff) | |
download | rneovim-3340728c723833c093527b719b25c1cc9efaf598.tar.gz rneovim-3340728c723833c093527b719b25c1cc9efaf598.tar.bz2 rneovim-3340728c723833c093527b719b25c1cc9efaf598.zip |
fix(powershell): filter ":!" commands with args #19268
Problem:
Since 0b9664f5240be4d9e9d6882fcd398970fd3a9532 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
Diffstat (limited to 'test/functional/lua/vim_spec.lua')
0 files changed, 0 insertions, 0 deletions