|| [echo "Hello World!"]
|| ''C:' is not recognized as in internal or external command,
|| operable program or batch file.
|| [Finihsed in 0 seconds with code 1]
The shellslash options makes working with a few Windows-unfriendly programs easier... It would be nice to have AsyncRun properly adjust for this setting.
On Windows, the
shellslash
option is not compatible with AsyncRun.Example
minimal.vim
:Example Scenario:
nvim -u minimal.vim
:AsyncRun echo "Hello World!"
:copen
The
shellslash
options makes working with a few Windows-unfriendly programs easier... It would be nice to have AsyncRun properly adjust for this setting.I will do some further debugging of this issue...