mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:38:57 +10:00
It turns out that uv_write() doesn't queue the write if there are no pending writes, so vim.uv.run() isn't needed to reproduce the crash.
It turns out that uv_write() doesn't queue the write if there are no pending writes, so vim.uv.run() isn't needed to reproduce the crash.