diff src/version.c @ 18066:8e10cabcde8a v8.1.2028

patch 8.1.2028: options test script does not work Commit: https://github.com/vim/vim/commit/d9b0d83b13d2691e4544709abd87eac004715175 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 15:46:32 2019 +0200 patch 8.1.2028: options test script does not work Problem: Options test script does not work. Solution: Use optiondefs.h for input.
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 16:00:04 +0200
parents 8b4f9be5db73
children 1101eacc1444
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2028,
+/**/
     2027,
 /**/
     2026,