I wrote:
> Patch 7.2.058
[...]
> + /*
> + * 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
> + * one line only. Use "diff -C2".
I forgot to mention that after "diff -C2" you need to edit the patch to
reduce the context. E.g., from:
*** ../vim-7.2.059/src/version.c Sun Nov 30 15:15:56 2008
--- src/version.c Sun Nov 30 15:28:02 2008
***************
*** 809,812 ****
--- 809,814 ----
{ /* Add your patch description below this line */
/**/
+ "some great new feature",
+ /**/
NULL
};
to:
*** ../vim-7.2.059/src/version.c Sun Nov 30 15:15:56 2008
--- src/version.c Sun Nov 30 15:28:02 2008
***************
*** 809,810 ****
--- 809,812 ----
{ /* Add your patch description below this line */
+ /**/
+ "some great new feature",
/**/
So that the context doesn't contain anything of another patch that was
applied.
--
MORTICIAN: Bring out your dead!
[clang]
Bring out your dead!
[clang]
Bring out your dead!
CUSTOMER: Here's one -- nine pence.
DEAD PERSON: I'm not dead!
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---