diff src/version.c @ 19811:d1d840cfd135 v8.2.0462

patch 8.2.0462: previewwindow test fails on some systems Commit: https://github.com/vim/vim/commit/37bb030cd9088ee66dc2d41c2d3602d1e5f4a7ef Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 27 20:24:14 2020 +0100 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 https://github.com/vim/vim/issues/5849)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Mar 2020 20:30:04 +0100
parents c110bb3b15a8
children e7bbf6cadc9e
line wrap: on
line diff
--- 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 */
 /**/
+    462,
+/**/
     461,
 /**/
     460,