mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +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