summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-25 21:27:22 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-25 21:27:22 +0100
commitbfcfd5784a2fe950d8e58d1d534bbbb4824524eb (patch)
tree68a3b1ceb7a5238fc242e607aab00693a42a29af /src/version.c
parenta07e31af545b91925362854a48c42fee16dd8c28 (diff)
downloadvim-git-bfcfd5784a2fe950d8e58d1d534bbbb4824524eb.tar.gz
patch 8.2.0447: terminal scroll tests fails on some systemsv8.2.0447
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6b5e252a9..b54ac5aa9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 447,
+/**/
446,
/**/
445,