commit | 269aec7e615b7710139a69a4c715dfe534aa3a1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 18:32:39 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 18:32:39 2017 +0100 |
tree | 67ae86705f46b5b4d0a310058306a3931dc7f5c2 | |
parent | f8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0 [diff] [blame] |
patch 8.0.0141 Problem: Nested function test fails on AppVeyor. Solution: Disable the test on Windows for now.
diff --git a/src/version.c b/src/version.c index 9e95f3a..6c46e31 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 141, +/**/ 140, /**/ 139,