commit | 4b2ce1297e6e991bf6a674f9465d26d28e648de7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 21:41:41 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 21:41:41 2020 +0100 |
tree | 6abf104f97f79d70a996ba7ebc0492c54907d9f9 | |
parent | 5546688fb6798d37a770f366c13dedfa7e4cb417 [diff] [blame] |
patch 8.2.2030: some tests fail on Mac Problem: Some tests fail on Mac. Solution: Avoid Mac test failures. Add additional test for wildmenu. (Yegappan Lakshmanan, closes #7341)
diff --git a/src/version.c b/src/version.c index 8e9d810..f2a3ba8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2030, +/**/ 2029, /**/ 2028,