commit | 2b39d806f04c1a474b6d689a7970253850d4adb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 19 16:38:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 19 16:38:56 2019 +0200 |
tree | 4ce4117895ab567d05a58c00cc9f2e141769f753 | |
parent | e9ebc9a91cac357fd4888f4b71fdff7d97b41160 [diff] [blame] |
patch 8.1.1353: undo test fails on Mac Problem: Undo test fails on Mac. Solution: Expect "private" on the Mac.
diff --git a/src/version.c b/src/version.c index f349d7b..d163546 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1353, +/**/ 1352, /**/ 1351,