commit | 1b76a8dfe21903d6f3ff190e84f3690ee7a73643 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Mon Apr 04 21:13:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 21:13:35 2022 +0100 |
tree | 6fb6be679c8a04b74f3f77e0d26b62a107255483 | |
parent | d0fb2d804183c2786578b4c32ba5b92938f93d0e [diff] [blame] |
patch 8.2.4690: channel tests fail on MS-Windows Problem: Channel tests fail on MS-Windows. Solution: Check if the AF_UNIX attribute exists. (closes #10083)
diff --git a/src/version.c b/src/version.c index 6e9b1d4..5805264 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4690, +/**/ 4689, /**/ 4688,