diff src/version.c @ 14693:156a7c5328a7 v8.1.0359

patch 8.1.0359: no clue what test failed when using a screendump twice commit https://github.com/vim/vim/commit/6f8bdab8e2ffec07aea03447f87c80b50e01f430 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 9 22:02:24 2018 +0200 patch 8.1.0359: no clue what test failed when using a screendump twice Problem: No clue what test failed when using a screendump twice. Solution: Add an extra argument to VerifyScreenDump().
author Christian Brabandt <cb@256bit.org>
date Sun, 09 Sep 2018 22:15:06 +0200
parents e2497d9c51c4
children 195e8b1fcbbf
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 */
 /**/
+    359,
+/**/
     358,
 /**/
     357,