mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -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:
parent
70b9e4f4c3
commit
2457b2bbc2
@ -562,7 +562,7 @@ endfunc
|
|||||||
|
|
||||||
func Test_match_too_complicated()
|
func Test_match_too_complicated()
|
||||||
set regexpengine=1
|
set regexpengine=1
|
||||||
exe "vsplit \xeb\xdb\x99"
|
exe "noswapfile vsplit \xeb\xdb\x99"
|
||||||
silent! buf \&\zs*\zs*0
|
silent! buf \&\zs*\zs*0
|
||||||
bwipe!
|
bwipe!
|
||||||
set regexpengine=0
|
set regexpengine=0
|
||||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4443,
|
||||||
/**/
|
/**/
|
||||||
4442,
|
4442,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user