comparison src/version.c @ 9303:1cc29584ef6d v7.4.1934

commit https://github.com/vim/vim/commit/9bd31860521b53ad657c4d6d320d670e30a049f8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 22:58:39 2016 +0200 patch 7.4.1934 Problem: New style tests not executed with MinGW compiler. Solution: Add new style test support. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Jun 2016 23:00:06 +0200
parents c3805fb080a6
children 4981cd0802c7
comparison
equal deleted inserted replaced
9302:a8f7f8b5dfc3 9303:1cc29584ef6d
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1934,
756 /**/ 758 /**/
757 1933, 759 1933,
758 /**/ 760 /**/
759 1932, 761 1932,
760 /**/ 762 /**/