diff src/version.c @ 26610:95a267994eac v8.2.3834

patch 8.2.3834: Test_out_cb often fails on Mac Commit: https://github.com/vim/vim/commit/deda6441e457072df39cdc8744dcd685d77fa273 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 17 11:44:33 2021 +0000 patch 8.2.3834: Test_out_cb often fails on Mac Problem: Test_out_cb often fails on Mac. Solution: Increase the timeout with every retry.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Dec 2021 12:45:05 +0100
parents 1eb62546e20c
children 2586659245db
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3834,
+/**/
     3833,
 /**/
     3832,