mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-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.
2457b2bbc2
This commit is contained in:
parent
d0b5c1f696
commit
a6e72aa295
@ -594,7 +594,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
|
||||||
|
Loading…
Reference in New Issue
Block a user