Patch 8.2.4443 (after 8.2.4440)
Problem: Regexp pattern test fails on Mac.
Solution: Do not use a swapfile for the buffer.
Files: src/testdir/test_regexp_utf8.vim
*** ../vim-8.2.4442/src/testdir/test_regexp_utf8.vim 2022-02-22
13:37:26.339255247 +0000
--- src/testdir/test_regexp_utf8.vim 2022-02-22 16:17:59.724574943 +0000
***************
*** 562,568 ****
func Test_match_too_complicated()
set regexpengine=1
! exe "vsplit \xeb\xdb\x99"
silent! buf \&\zs*\zs*0
bwipe!
set regexpengine=0
--- 562,568 ----
func Test_match_too_complicated()
set regexpengine=1
! exe "noswapfile vsplit \xeb\xdb\x99"
silent! buf \&\zs*\zs*0
bwipe!
set regexpengine=0
*** ../vim-8.2.4442/src/version.c 2022-02-22 15:24:47.894090799 +0000
--- src/version.c 2022-02-22 16:19:06.444586030 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4443,
/**/
--
>From "know your smileys":
=):-) Uncle Sam
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220222162045.7E97D1C14C0%40moolenaar.net.