commit | 2457b2bbc28cce6e8c1106d427b8e867d4f58cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 16:19:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 16:19:37 2022 +0000 |
tree | 5b79398923e7bd95cf416028d382306bc0774510 | |
parent | 70b9e4f4c3a62e325fd16ac108bd12feb026ede5 [diff] [blame] |
patch 8.2.4443: regexp pattern test fails on Mac Problem: Regexp pattern test fails on Mac. Solution: Do not use a swapfile for the buffer.
diff --git a/src/version.c b/src/version.c index deb79eb..05e5229 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4443, +/**/ 4442, /**/ 4441,