0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

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.
This commit is contained in:
Bram Moolenaar 2022-02-22 16:19:37 +00:00
parent 70b9e4f4c3
commit 2457b2bbc2
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4443,
/**/
4442,
/**/