commit | 240583869ae477202494dd01ef1e8e2bac650f10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 23:11:49 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 23:11:49 2019 +0100 |
tree | 11fc0b707bd3d9c5dba5da5f706b413373cf0824 | |
parent | 99531a7604ce89ba82f41cdb519669abb61f3df0 [diff] [blame] |
patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw() Problem: MS-Windows: cannot send large data with ch_sendraw(). Solution: Split write into several WriteFile() calls. (Yasuhiro Matsumoto, closes #3823)
diff --git a/src/version.c b/src/version.c index 532b449..4beae27 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 818, +/**/ 817, /**/ 816,