diff src/version.c @ 18313:d2fd32a43621 v8.1.2151

patch 8.1.2151: state test is a bit flaky Commit: https://github.com/vim/vim/commit/3c8cd4a1dcbc34d8818a2a38b1d1e4755da9edc2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 14 22:26:20 2019 +0200 patch 8.1.2151: state test is a bit flaky Problem: State test is a bit flaky. Solution: Add to the list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Oct 2019 22:30:04 +0200
parents 60fce48438e2
children 6e8b7c58c526
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2151,
+/**/
     2150,
 /**/
     2149,