comparison src/version.c @ 1777:7209e03df100 v7.2.075

updated for version 7.2-075
author vimboss
date Wed, 24 Dec 2008 13:25:14 +0000
parents a9f814054152
children 0b42546f036b
comparison
equal deleted inserted replaced
1776:a9f814054152 1777:7209e03df100
675 }; 675 };
676 676
677 static int included_patches[] = 677 static int included_patches[] =
678 { /* Add new patch number below this line */ 678 { /* Add new patch number below this line */
679 /**/ 679 /**/
680 75,
681 /**/
680 74, 682 74,
681 /**/ 683 /**/
682 73, 684 73,
683 /**/ 685 /**/
684 72, 686 72,
831 /* 833 /*
832 * Place to put a short description when adding a feature with a patch. 834 * Place to put a short description when adding a feature with a patch.
833 * Keep it short, e.g.,: "relative numbers", "persistent undo". 835 * Keep it short, e.g.,: "relative numbers", "persistent undo".
834 * Also add a comment marker to separate the lines. 836 * Also add a comment marker to separate the lines.
835 * See the official Vim patches for the diff format: It must use a context of 837 * See the official Vim patches for the diff format: It must use a context of
836 * one line only. Use "diff -C2". 838 * one line only. Create it by hand or use "diff -C2" and edit the patch.
837 */ 839 */
838 static char *(extra_patches[]) = 840 static char *(extra_patches[]) =
839 { /* Add your patch description below this line */ 841 { /* Add your patch description below this line */
840 /**/ 842 /**/
841 NULL 843 NULL