commit | 620ca2da372dc9c892022faff83d363c67cc5c45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 19:13:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 19:13:13 2017 +0100 |
tree | f1315ceb93d6cdee927169ee0e349a3b352dcbb5 | |
parent | 05684310a53c8a4804441c1c6f8b7fc9e8194940 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index fad2fdc..8ae4769 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,7 +772,9 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ - 1390, + 1381, +/**/ + 1380, /**/ 1379, /**/