]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1381: ch_readraw() waits for NL if channel mode is NL v8.0.1381
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Dec 2017 18:13:13 +0000 (19:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Dec 2017 18:13:13 +0000 (19:13 +0100)
commit620ca2da372dc9c892022faff83d363c67cc5c45
treef1315ceb93d6cdee927169ee0e349a3b352dcbb5
parent05684310a53c8a4804441c1c6f8b7fc9e8194940
patch 8.0.1381: ch_readraw() waits for NL if channel mode is NL

Problem:    ch_readraw() waits for NL if channel mode is NL.
Solution:   Pass a "raw" flag to channel_read_block(). (Yasuhiro Matsumoto)
src/channel.c
src/proto/channel.pro
src/testdir/test_channel.vim
src/testdir/test_channel_pipe.py
src/version.c