# HG changeset patch # User vimboss # Date 1230125114 0 # Node ID 7209e03df1005fc037c029799b068f545b60433d # Parent a9f814054152b658c1b90aadf0f75428e1130cd3 updated for version 7.2-075 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 75, +/**/ 74, /**/ 73, @@ -833,7 +835,7 @@ static int included_patches[] = * Keep it short, e.g.,: "relative numbers", "persistent undo". * Also add a comment marker to separate the lines. * See the official Vim patches for the diff format: It must use a context of - * one line only. Use "diff -C2". + * one line only. Create it by hand or use "diff -C2" and edit the patch. */ static char *(extra_patches[]) = { /* Add your patch description below this line */