1
0
forked from aniani/vim

patch 8.2.0470: Test_confirm_cmd_cancel() can fail on a slow system

Problem:    Test_confirm_cmd_cancel() can fail on a slow system.
Solution:   Use WaitForAssert(). (Ozaki Kiichi, closes #5861)
This commit is contained in:
Bram Moolenaar
2020-03-28 21:48:55 +01:00
parent ee619e5bc0
commit 7b1b36b1cb
2 changed files with 3 additions and 1 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
470,
/**/
469,
/**/