comparison src/version.c @ 7949:3f7382858d4d v7.4.1270

commit https://github.com/vim/vim/commit/81e7a9c3fb37cad46c8f04a5ce871fb06819a371 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 19:57:20 2016 +0100 patch 7.4.1270 Problem: Warnings for missing values in switch. Solution: Change switch to if-else or add values.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Feb 2016 20:00:04 +0100
parents b2922673917a
children 03e716299680
comparison
equal deleted inserted replaced
7948:78a6b6180d8c 7949:3f7382858d4d
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 1270,
745 /**/ 747 /**/
746 1269, 748 1269,
747 /**/ 749 /**/
748 1268, 750 1268,
749 /**/ 751 /**/