commit | 37bb030cd9088ee66dc2d41c2d3602d1e5f4a7ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 27 20:24:14 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 27 20:24:14 2020 +0100 |
tree | f6d6ea6093c25d3b3da5f0e3c6cb7864714cc1c2 | |
parent | 9207d1f523c2e2fb1c8749ec6f84ab5ecc2c62f4 [diff] [blame] |
patch 8.2.0462: previewwindow test fails on some systems Problem: Previewwindow test fails on some systems. (James McCoy) Solution: Wait a bit after sending the "o". (closes #5849)
diff --git a/src/version.c b/src/version.c index 001770e..46fd076 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 462, +/**/ 461, /**/ 460,