commit | 31faed60bfd54ff8f612f6b311a6cbcd9e7ebedd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 23:01:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 23:01:40 2019 +0100 |
tree | de12ca4fda2ff96c452f2011c91a81a9e24d58f3 | |
parent | f88af6e6757b2e373cf6cd366d6a81a066a6ade0 [diff] [blame] |
patch 8.1.0796: MS-Windows 7: problem with named pipe on channel Problem: MS-Windows 7: problem with named pipe on channel. Solution: Put back the disconnect/connect calls. (Yasuhiro Matsumoto, closes #3833)
diff --git a/src/version.c b/src/version.c index 91b3542..a4decba 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 796, +/**/ 795, /**/ 794,