Patch 8.2.0461

10 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 27, 2020, 2:41:46 PM3/27/20
to vim...@googlegroups.com

Patch 8.2.0461
Problem: Confirm test fails on amd64 system. (Alimar Riesebieter)
Solution: Add an extra WaitForAssert(). (Dominique Pelle)
Files: src/testdir/test_excmd.vim


*** ../vim-8.2.0460/src/testdir/test_excmd.vim 2020-03-26 22:09:47.981372814 +0100
--- src/testdir/test_excmd.vim 2020-03-27 19:36:27.297713219 +0100
***************
*** 264,269 ****
--- 264,271 ----
call WaitForAssert({-> assert_match('^\[Y\]es, (N)o, (C)ancel: *$',
\ term_getline(buf, 20))}, 1000)
call term_sendkeys(buf, "N")
+ call WaitForAssert({-> assert_match('^ *0,0-1 All$',
+ \ term_getline(buf, 20))}, 1000)
call StopVimInTerminal(buf)
endfunc

*** ../vim-8.2.0460/src/version.c 2020-03-26 23:13:30.067551209 +0100
--- src/version.c 2020-03-27 19:40:44.636787175 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 461,
/**/

--
"It's so simple to be wise. Just think of something stupid to say
and then don't say it." -- Sam Levenson

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages