mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 08:31:51 +00:00
The only data loss should be, if a process forked a child that keeps sending data after the parent terminated. While not in teardown mode we could keep reading child data, but then `:!cmd` would block after `cmd` exited. In teardown mode we want to exit nvim so we cannot keep reading child data.