0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2017-12-09 19:13:13 +01:00
parent 05684310a5
commit 620ca2da37
5 changed files with 52 additions and 10 deletions

View File

@@ -772,7 +772,9 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1390,
1381,
/**/
1380,
/**/
1379,
/**/