You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing shell commands (from let &shell to set shellquote), makes AsyncRun work correctly.
My logic is that powershell doesn't invoke asyncrun.cmd correctly. Is there a fix for this?
The text was updated successfully, but these errors were encountered:
Thanks for quick response.
Tried your suggestion, but the problem is identical. Is there a way to set up default shellredir, shellpipe, shellquote and shellxquote? Since they seem to be important too
Using this minimal setup and neovim:
When I run
:AsyncRun
, I get something like this (python x.py
should just output'ok'
):Taking a look at
asyncrun.cmd
:Removing shell commands (from
let &shell
toset shellquote
), makesAsyncRun
work correctly.My logic is that powershell doesn't invoke
asyncrun.cmd
correctly. Is there a fix for this?The text was updated successfully, but these errors were encountered: