1
0
forked from aniani/vim

patch 8.1.0777: Win32: using pipes for channel does not work well

Problem:    Win32: using pipes for channel does not work well.
Solution:   Use a larger buffer and handle overlaps. (Yasuhiro Matsumoto,
            closes #3782)
This commit is contained in:
Bram Moolenaar
2019-01-19 14:37:00 +01:00
parent b2e54b0092
commit b091f30bf3
3 changed files with 65 additions and 31 deletions

View File

@@ -791,6 +791,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
777,
/**/
776,
/**/