diff src/version.c @ 15038:26c266f6fbc6 v8.1.0530

patch 8.1.0530: channel and terminal tests that start a server can be flaky commit https://github.com/vim/vim/commit/c0f05d0bd1a3191598334fb11ad0394e1460877e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 17:44:48 2018 +0100 patch 8.1.0530: channel and terminal tests that start a server can be flaky Problem: Channel and terminal tests that start a server can be flaky. Solution: Add all channel and terminal tests that start a server to the list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 17:45:03 +0100
parents 73fef88aa0f9
children da8a8cdcb8b0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    530,
+/**/
     529,
 /**/
     528,