commit | 0b1468884a2a1c5d3442cbb7119330e307f0aa3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 16:27:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 06 16:27:24 2018 +0200 |
tree | a459e23a481dc0f19bbbe4acbdc35756ed2c7efa | |
parent | ed5a9d661248a2160368f1b0ab3a1bf74831db04 [diff] [blame] |
patch 8.1.0350: Vim may block on ch_sendraw() 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)
diff --git a/src/version.c b/src/version.c index 9e399a6..292af60 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 350, +/**/ 349, /**/ 348,