commit | bfcfd5784a2fe950d8e58d1d534bbbb4824524eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 25 21:27:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 25 21:27:22 2020 +0100 |
tree | 68a3b1ceb7a5238fc242e607aab00693a42a29af | |
parent | a07e31af545b91925362854a48c42fee16dd8c28 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6b5e252..b54ac5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 447, +/**/ 446, /**/ 445,