-
-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Description
I have problem with Invalid Handle message when using Windows 10 with WSL.
I have blow dispatch setup for rspec thests I run on WSL
autocmd Filetype ruby let b:dispatch = "bash.exe --login -c \"echo '%' \| tr -s '\\' '/' \| xargs -i rspec {}\""
autocmd Filetype yaml,yml let b:dispatch = "bash.exe --login -c \"ansible-lint '%'\""
This was working with commit 9096c8b, but does not work with latest vim-dispatch
I need to run in WSL since I have Augeas code which I'm not able to test under Windows. No Augeas libraries for Windows.
Metadata
Metadata
Assignees
Labels
No labels