Skip to content

Commit 9207d1f

Browse files
committed
patch 8.2.0461: confirm test fails on amd64 system
Problem: Confirm test fails on amd64 system. (Alimar Riesebieter) Solution: Add an extra WaitForAssert(). (Dominique Pelle)
1 parent bd5e622 commit 9207d1f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_excmd.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ func Test_confirm_cmd_cancel()
264264
call WaitForAssert({-> assert_match('^\[Y\]es, (N)o, (C)ancel: *$',
265265
\ term_getline(buf, 20))}, 1000)
266266
call term_sendkeys(buf, "N")
267+
call WaitForAssert({-> assert_match('^ *0,0-1 All$',
268+
\ term_getline(buf, 20))}, 1000)
267269
call StopVimInTerminal(buf)
268270
endfunc
269271

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ static char *(features[]) =
738738

739739
static int included_patches[] =
740740
{ /* Add new patch number below this line */
741+
/**/
742+
461,
741743
/**/
742744
460,
743745
/**/

0 commit comments

Comments
 (0)