The diff for version.c is wrong, the last two lines should not be there.
Here is the corrected patch:
*** ../vim-7.3.415/src/testdir/test43.in 2012-01-10 13:44:23.000000000
+0100
--- src/testdir/test43.in 2012-01-26 18:00:06.000000000 +0100
***************
*** 1,6 ****
--- 1,7 ----
Tests for regexp with various magic settings.
STARTTEST
+ :so small.vim
:set nocompatible viminfo+=nviminfo
/^1
/a*b\{2}c\+/e
*** ../vim-7.3.415/src/version.c 2012-01-26 14:32:26.000000000 +0100
--- src/version.c 2012-01-26 18:02:30.000000000 +0100
***************
*** 716,717 ****
--- 716,719 ----
{ /* Add new patch number below this line */
+ /**/
+ 417,
/**/
--
The process for understanding customers primarily involves sitting around with
other marketing people and talking about what you would to if you were dumb
enough to be a customer.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
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