comparison 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
comparison
equal deleted inserted replaced
12758:248eaeef3fa3 12759:528b227051f8
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1257,
764 /**/ 766 /**/
765 1256, 767 1256,
766 /**/ 768 /**/
767 1255, 769 1255,
768 /**/ 770 /**/