commit | b091f30bf38eacb31b9d8c97c82c7e0af9866301 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 14:37:00 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 14:37:00 2019 +0100 |
tree | 6bd242d9cad2c17b0ff2144666518faf4bae18b0 | |
parent | b2e54b009279754e420c992a5e4ec05b0728d915 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index da4b2b6..a83bad6 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 777, +/**/ 776, /**/ 775,