Open felixbauckholt opened 7 years ago
This should fix issue #61.
I tried doing what the code for Windows NT did and redirect the stderr output to stdout, but that freezes my Vim process for some reason. So I just send it to a pipe that is never read from.
This should fix issue #61.
I tried doing what the code for Windows NT did and redirect the stderr output to stdout, but that freezes my Vim process for some reason. So I just send it to a pipe that is never read from.