diff src/version.c @ 15371:cda564e7c111 v8.1.0693

patch 8.1.0693: channel test fails sometimes commit https://github.com/vim/vim/commit/f780b8a1c1aefb0c4b4866e50080594e3f7f16cb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 5 00:35:22 2019 +0100 patch 8.1.0693: channel test fails sometimes Problem: Channel test fails sometimes. Solution: Avoid race condition.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Jan 2019 00:45:05 +0100
parents c73f1fdfb27a
children 44dd3ce11201
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    693,
+/**/
     692,
 /**/
     691,