1
0
forked from aniani/vim

patch 8.2.0447: terminal scroll tests fails on some systems

Problem:    Terminal scroll tests fails on some systems.
Solution:   Remove the fixed 100msec wait for Win32.  Add a loop to wait until
            scrolling has finished. (James McCoy, closes #5842)
This commit is contained in:
Bram Moolenaar
2020-03-25 21:27:22 +01:00
parent a07e31af54
commit bfcfd5784a
2 changed files with 11 additions and 6 deletions

View File

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