Patch 8.2.4443

6 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 22, 2022, 11:20:51 AM2/22/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages