On 06/07/13 16:24, Bram Moolenaar wrote:
[Note: mercurial already had this change]
Patch 7.4a.001
Problem: Script to update syntax menu is oudated.
Solution: Add the missing items.
Files: runtime/makemenu.vim
Mercurial already had it, but there still is a v7-4a-001 changeset on
the Mercurial server; the only thing it does is add patch number 1
*twice* in the list of patches in version.c
Indeed, "hg diff -r v7-4a -r v7-4a-001" produces the following output
(I'm inserting "as quotation" to avoid spurious line breaks; but this
means "> " will be inserted in front of each line):
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -2646,8 +2646,9 @@ 71859e71b1f902c28b8842bc7092dd155b8c7f88
3dafc80e781b8d5ed12d6107a2c804067aeafd90 v7-3-1307
71e066e10a4789eeb9553aa08f9ca8e7eec96532 v7-3-1308
a686295448918b7066bc52e3fd9748e6702c2219 v7-3-1309
b49784c49d537fabe083cc3f8cc460629bb6957f v7-3-1310
28e6f5f889683fe161b7bc260bd02b742157fc5b v7-3-1311
80bab8b1a30db72b7eda880b0442ab0b0f4a1611 v7-3-1312
afbc9dd67cea81e73d64f7ecce47dfcd35d48865 v7-3-1313
29e57603bf6f3a2e3c178a63d332ed4d2eccfa82 v7-3-1314
+6ec6b7ff2d43842d04a8d653356d0ff3850707c0 v7-4a
diff --git a/src/version.c b/src/version.c
--- a/src/version.c
+++ b/src/version.c
@@ -724,16 +724,20 @@ static char *(features[]) =
# endif
#endif
NULL
};
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1,
+/**/
+ 1,
+/**/
0
};
/*
* Place to put a short description when adding a feature with a patch.
* 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
Notice the four lines "added" (prefixed with +) in version.c
Best regards,
Tony.
--
Worst Vegetable of the Year:
The brussels sprout. This is also the worst vegetable of next
year.
-- Steve Rubenstein
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.