mirror of
https://github.com/neovim/neovim.git
synced 2026-07-27 19:16:35 +00:00
Problem: Crash on exit after closing v:stderr channel when piping
to stdin.
Solution: Reopen stderr as /dev/null or NUL instead of closing it.
This also avoids writing to an related file if one is opened
after closing v:stderr.