Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send the Coqtop stderr output to a pipe, as opposed to to Vim
This should fix issue the-lambda-church#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.
- Loading branch information