]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1669 v7.4.1669
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Mar 2016 17:16:20 +0000 (19:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Mar 2016 17:16:20 +0000 (19:16 +0200)
commit8b877ac38e96424a08a8b8eb713ef4b3cf0064be
treec72ac7aa90e66ad1e6d6c82fb27ab7d74de3eea9
parentee1f7b3cb71684aaa9bf457e2caf9d02187e6b7c
patch 7.4.1669
Problem:    When writing buffer lines to a pipe Vim may block.
Solution:   Avoid blocking, write more lines later.
src/channel.c
src/misc2.c
src/os_unix.c
src/proto/channel.pro
src/structs.h
src/testdir/test_channel.vim
src/version.c
src/vim.h