comparison src/version.c @ 8100:ae50910ce279 v7.4.1344

commit https://github.com/vim/vim/commit/203219048fa007b5042d9b893fd647aef44722a0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:30:17 2016 +0100 patch 7.4.1344 Problem: Can't compile Win32 GUI with tiny features. Solution: Add #ifdef. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Wed, 17 Feb 2016 12:45:03 +0100
parents 7bc924a34288
children 441298d72f3c
comparison
equal deleted inserted replaced
8099:88ba1f943c0d 8100:ae50910ce279
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1344,
750 /**/ 752 /**/
751 1343, 753 1343,
752 /**/ 754 /**/
753 1342, 755 1342,
754 /**/ 756 /**/