changeset 27835:0815a43eebce v8.2.4443

patch 8.2.4443: regexp pattern test fails on Mac Commit: https://github.com/vim/vim/commit/2457b2bbc28cce6e8c1106d427b8e867d4f58cfa Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 16:19:37 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 17:30:06 +0100
parents 70950a6ba126
children d596189e6020
files src/testdir/test_regexp_utf8.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4443,
+/**/
     4442,
 /**/
     4441,