comparison src/version.c @ 7943:e875f0fbd9c0 v7.4.1267

commit https://github.com/vim/vim/commit/a03f23351588f04276469cd7742b7ec655bb604b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 18:09:59 2016 +0100 patch 7.4.1267 Problem: Easy to miss handling all types of variables. Solution: Change the variable type into an enum.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Feb 2016 18:15:04 +0100
parents 98644de08f15
children e72438a11172
comparison
equal deleted inserted replaced
7942:5d117679edcd 7943:e875f0fbd9c0
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 1267,
745 /**/ 747 /**/
746 1266, 748 1266,
747 /**/ 749 /**/
748 1265, 750 1265,
749 /**/ 751 /**/