mirror of
https://github.com/neovim/neovim.git
synced 2026-04-02 05:39:26 +00:00
* Reading from stdin on Windows is fixed in the same way as it was in #8267. * The file_read function was returning without filling the destination buffer when it was called with a non-blocking file descriptor.