1
0
forked from aniani/vim

updated for version 7.2-075

This commit is contained in:
Bram Moolenaar
2008-12-24 13:25:14 +00:00
parent dc5e218396
commit cbb8eb3480

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
75,
/**/ /**/
74, 74,
/**/ /**/
@@ -833,7 +835,7 @@ static int included_patches[] =
* Keep it short, e.g.,: "relative numbers", "persistent undo". * Keep it short, e.g.,: "relative numbers", "persistent undo".
* Also add a comment marker to separate the lines. * Also add a comment marker to separate the lines.
* See the official Vim patches for the diff format: It must use a context of * 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[]) = static char *(extra_patches[]) =
{ /* Add your patch description below this line */ { /* Add your patch description below this line */