mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00

When UV_OVERLAPPED_PIPE was used for the pipe passed to the child process, a problem occurred with the standard input of the .Net Framework application (#11809). Therefore, add the overlapped option to jobstart() and change it so that it is set only when necessary