diff src/version.c @ 12759:528b227051f8 v8.0.1257

patch 8.0.1257: no test for fix of undefined behavior commit https://github.com/vim/vim/commit/2973daafe1732963b8924cb9df53c608804d66b3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 23:15:40 2017 +0100 patch 8.0.1257: no test for fix of undefined behavior Problem: No test for fix of undefined behavior. Solution: Add a test. (closes https://github.com/vim/vim/issues/2255)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 23:30:05 +0100
parents f473855aa9a9
children 2c502179c75d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1257,
+/**/
     1256,
 /**/
     1255,