|
Karsten Hopp |
1e8cf4 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
1e8cf4 |
Subject: Patch 7.2.296
|
|
Karsten Hopp |
1e8cf4 |
Fcc: outbox
|
|
Karsten Hopp |
1e8cf4 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
1e8cf4 |
Mime-Version: 1.0
|
|
Karsten Hopp |
1e8cf4 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
1e8cf4 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
1e8cf4 |
------------
|
|
Karsten Hopp |
1e8cf4 |
|
|
Karsten Hopp |
1e8cf4 |
Patch 7.2.296
|
|
Karsten Hopp |
1e8cf4 |
Problem: Help message about startuptime is wrong. (Dominique Pelle)
|
|
Karsten Hopp |
1e8cf4 |
Solution: Remove the equal sign.
|
|
Karsten Hopp |
1e8cf4 |
Files: src/main.c
|
|
Karsten Hopp |
1e8cf4 |
|
|
Karsten Hopp |
1e8cf4 |
|
|
Karsten Hopp |
1e8cf4 |
*** ../vim-7.2.295/src/main.c 2009-11-11 14:21:48.000000000 +0100
|
|
Karsten Hopp |
1e8cf4 |
--- src/main.c 2009-11-11 22:51:04.000000000 +0100
|
|
Karsten Hopp |
1e8cf4 |
***************
|
|
Karsten Hopp |
1e8cf4 |
*** 3151,3157 ****
|
|
Karsten Hopp |
1e8cf4 |
main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
|
|
Karsten Hopp |
1e8cf4 |
#endif
|
|
Karsten Hopp |
1e8cf4 |
#ifdef STARTUPTIME
|
|
Karsten Hopp |
1e8cf4 |
! main_msg(_("--startuptime=<file>\tWrite startup timing messages to <file>"));
|
|
Karsten Hopp |
1e8cf4 |
#endif
|
|
Karsten Hopp |
1e8cf4 |
#ifdef FEAT_VIMINFO
|
|
Karsten Hopp |
1e8cf4 |
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
|
|
Karsten Hopp |
1e8cf4 |
--- 3151,3157 ----
|
|
Karsten Hopp |
1e8cf4 |
main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
|
|
Karsten Hopp |
1e8cf4 |
#endif
|
|
Karsten Hopp |
1e8cf4 |
#ifdef STARTUPTIME
|
|
Karsten Hopp |
1e8cf4 |
! main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
|
|
Karsten Hopp |
1e8cf4 |
#endif
|
|
Karsten Hopp |
1e8cf4 |
#ifdef FEAT_VIMINFO
|
|
Karsten Hopp |
1e8cf4 |
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
|
|
Karsten Hopp |
1e8cf4 |
*** ../vim-7.2.295/src/version.c 2009-11-17 12:20:30.000000000 +0100
|
|
Karsten Hopp |
1e8cf4 |
--- src/version.c 2009-11-17 12:30:29.000000000 +0100
|
|
Karsten Hopp |
1e8cf4 |
***************
|
|
Karsten Hopp |
1e8cf4 |
*** 683,684 ****
|
|
Karsten Hopp |
1e8cf4 |
--- 683,686 ----
|
|
Karsten Hopp |
1e8cf4 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
1e8cf4 |
+ /**/
|
|
Karsten Hopp |
1e8cf4 |
+ 296,
|
|
Karsten Hopp |
1e8cf4 |
/**/
|
|
Karsten Hopp |
1e8cf4 |
|
|
Karsten Hopp |
1e8cf4 |
--
|
|
Karsten Hopp |
1e8cf4 |
BLACK KNIGHT: I'm invincible!
|
|
Karsten Hopp |
1e8cf4 |
ARTHUR: You're a looney.
|
|
Karsten Hopp |
1e8cf4 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
1e8cf4 |
|
|
Karsten Hopp |
1e8cf4 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
1e8cf4 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
1e8cf4 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
1e8cf4 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|