From: Bram Moolenaar Date: Tue, 22 Feb 2022 16:19:37 +0000 (+0000) Subject: patch 8.2.4443: regexp pattern test fails on Mac X-Git-Tag: v8.2.4443 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2457b2bbc28cce6e8c1106d427b8e867d4f58cfa;p=thirdparty%2Fvim.git 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/testdir/test_regexp_utf8.vim b/src/testdir/test_regexp_utf8.vim index 9f5b288160..d88e26321d 100644 --- a/src/testdir/test_regexp_utf8.vim +++ b/src/testdir/test_regexp_utf8.vim @@ -562,7 +562,7 @@ endfunc func Test_match_too_complicated() set regexpengine=1 - exe "vsplit \xeb\xdb\x99" + exe "noswapfile vsplit \xeb\xdb\x99" silent! buf \&\zs*\zs*0 bwipe! set regexpengine=0 diff --git a/src/version.c b/src/version.c index deb79ebaea..05e5229180 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4443, /**/ 4442, /**/