|
Karsten Hopp |
a4aa36 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
a4aa36 |
Subject: Patch 7.2.075
|
|
Karsten Hopp |
a4aa36 |
Fcc: outbox
|
|
Karsten Hopp |
a4aa36 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
a4aa36 |
Mime-Version: 1.0
|
|
Karsten Hopp |
a4aa36 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
a4aa36 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
a4aa36 |
------------
|
|
Karsten Hopp |
a4aa36 |
|
|
Karsten Hopp |
a4aa36 |
Patch 7.2.075 (after 7.2.058)
|
|
Karsten Hopp |
a4aa36 |
Problem: Explanation about making a diff for extra_patches is unclear.
|
|
Karsten Hopp |
a4aa36 |
Solution: Adjust comment.
|
|
Karsten Hopp |
a4aa36 |
Files: src/version.c
|
|
Karsten Hopp |
a4aa36 |
|
|
Karsten Hopp |
a4aa36 |
|
|
Karsten Hopp |
a4aa36 |
*** ../vim-7.2.074/src/version.c Wed Dec 24 13:04:41 2008
|
|
Karsten Hopp |
a4aa36 |
--- src/version.c Wed Dec 24 13:07:47 2008
|
|
Karsten Hopp |
a4aa36 |
***************
|
|
Karsten Hopp |
a4aa36 |
*** 833,839 ****
|
|
Karsten Hopp |
a4aa36 |
* Keep it short, e.g.,: "relative numbers", "persistent undo".
|
|
Karsten Hopp |
a4aa36 |
* Also add a comment marker to separate the lines.
|
|
Karsten Hopp |
a4aa36 |
* See the official Vim patches for the diff format: It must use a context of
|
|
Karsten Hopp |
a4aa36 |
! * one line only. Use "diff -C2".
|
|
Karsten Hopp |
a4aa36 |
*/
|
|
Karsten Hopp |
a4aa36 |
static char *(extra_patches[]) =
|
|
Karsten Hopp |
a4aa36 |
{ /* Add your patch description below this line */
|
|
Karsten Hopp |
a4aa36 |
--- 835,841 ----
|
|
Karsten Hopp |
a4aa36 |
* Keep it short, e.g.,: "relative numbers", "persistent undo".
|
|
Karsten Hopp |
a4aa36 |
* Also add a comment marker to separate the lines.
|
|
Karsten Hopp |
a4aa36 |
* See the official Vim patches for the diff format: It must use a context of
|
|
Karsten Hopp |
a4aa36 |
! * one line only. Create it by hand or use "diff -C2" and edit the patch.
|
|
Karsten Hopp |
a4aa36 |
*/
|
|
Karsten Hopp |
a4aa36 |
static char *(extra_patches[]) =
|
|
Karsten Hopp |
a4aa36 |
{ /* Add your patch description below this line */
|
|
Karsten Hopp |
a4aa36 |
*** ../vim-7.2.074/src/version.c Wed Dec 24 13:04:41 2008
|
|
Karsten Hopp |
a4aa36 |
--- src/version.c Wed Dec 24 13:07:47 2008
|
|
Karsten Hopp |
a4aa36 |
***************
|
|
Karsten Hopp |
a4aa36 |
*** 678,679 ****
|
|
Karsten Hopp |
a4aa36 |
--- 678,681 ----
|
|
Karsten Hopp |
a4aa36 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
a4aa36 |
+ /**/
|
|
Karsten Hopp |
a4aa36 |
+ 75,
|
|
Karsten Hopp |
a4aa36 |
/**/
|
|
Karsten Hopp |
a4aa36 |
|
|
Karsten Hopp |
a4aa36 |
--
|
|
Karsten Hopp |
a4aa36 |
BEDEVERE: Stand by for attack!!
|
|
Karsten Hopp |
a4aa36 |
[CUT TO enormous army forming up. Trebuchets, rows of PIKEMEN, siege
|
|
Karsten Hopp |
a4aa36 |
towers, pennants flying, shouts of "Stand by for attack!" Traditional
|
|
Karsten Hopp |
a4aa36 |
army build-up shots. The shouts echo across the ranks of the army.
|
|
Karsten Hopp |
a4aa36 |
We see various groups reacting, and stirring themselves in readiness.]
|
|
Karsten Hopp |
a4aa36 |
ARTHUR: Who are they?
|
|
Karsten Hopp |
a4aa36 |
BEDEVERE: Oh, just some friends!
|
|
Karsten Hopp |
a4aa36 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
a4aa36 |
|
|
Karsten Hopp |
a4aa36 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
a4aa36 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
a4aa36 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
a4aa36 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|