diff src/version.c @ 19838:4403ab355d5e v8.2.0475

patch 8.2.0475: channel out_cb test still fails sometimes on Mac Commit: https://github.com/vim/vim/commit/bf54dbeb5ccd2cfb9cc0687fd71ac3b3eddce0da Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 29 16:18:58 2020 +0200 patch 8.2.0475: channel out_cb test still fails sometimes on Mac Problem: Channel out_cb test still fails sometimes on Mac. Solution: Use an ever longer timeout.
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Mar 2020 16:30:04 +0200
parents c32b295af9c5
children 9981509b665f
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 */
 /**/
+    475,
+/**/
     474,
 /**/
     473,