mirror of
https://github.com/zoriya/vim.git
synced 2026-06-12 16:05:49 +00:00
0b1468884a
Problem: Vim may block on ch_sendraw() when the job is sending data back to
Vim, which isn't read yet. (Nate Bosch)
Solution: Add the "noblock" option to job_start(). (closes #2548)