summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-12-24 13:25:14 +0000
committerBram Moolenaar <Bram@vim.org>2008-12-24 13:25:14 +0000
commitcbb8eb34805c66a2ffbac0afd1bf3de1d9d93948 (patch)
tree91ac25372bd6b9648956ef923db55f26cd6f4d83
parentdc5e218396b1d7b1791fc48903fd78d659ead367 (diff)
downloadvim-git-cbb8eb34805c66a2ffbac0afd1bf3de1d9d93948.tar.gz
updated for version 7.2-075v7.2.075
-rw-r--r--src/version.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index b7dd643c7..0b805e20b 100644
--- 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 */