diff src/version.c @ 14646:aa48ee3d3d12 v8.1.0336

patch 8.1.0336: mkview test still fails on CI commit https://github.com/vim/vim/commit/dd5d18eadffadc723ff7d3e208a2973d267a6dde Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 30 14:16:06 2018 +0200 patch 8.1.0336: mkview test still fails on CI Problem: mkview test still fails on CI. Solution: Ignore curswant, don't see another solution.
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Aug 2018 14:30:06 +0200
parents 3d94bbf54530
children c3222a7342ab
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    336,
+/**/
     335,
 /**/
     334,