]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0964: channel write buffer does not work with poll() v8.0.0964
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 13:51:59 +0000 (15:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 13:51:59 +0000 (15:51 +0200)
commit683b7967253ecd44476a5a01d857271c0d3ff4f4
treee73a18c1e3d5ccca473d163ba17942f00fb5600a
parentd21f8b54b24e08d1f2b7c6ae32a9bc75ac4fa9fc
patch 8.0.0964: channel write buffer does not work with poll()

Problem:    Channel write buffer does not work with poll().
Solution:   Use the same mechanism as with select().
src/channel.c
src/version.c