]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.296
- new
[packages/vim.git] / 7.2.296
CommitLineData
eafbe892
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.296
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.296
11Problem: Help message about startuptime is wrong. (Dominique Pelle)
12Solution: Remove the equal sign.
13Files: src/main.c
14
15
16*** ../vim-7.2.295/src/main.c 2009-11-11 14:21:48.000000000 +0100
17--- src/main.c 2009-11-11 22:51:04.000000000 +0100
18***************
19*** 3151,3157 ****
20 main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
21 #endif
22 #ifdef STARTUPTIME
23! main_msg(_("--startuptime=<file>\tWrite startup timing messages to <file>"));
24 #endif
25 #ifdef FEAT_VIMINFO
26 main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
27--- 3151,3157 ----
28 main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
29 #endif
30 #ifdef STARTUPTIME
31! main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
32 #endif
33 #ifdef FEAT_VIMINFO
34 main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
35*** ../vim-7.2.295/src/version.c 2009-11-17 12:20:30.000000000 +0100
36--- src/version.c 2009-11-17 12:30:29.000000000 +0100
37***************
38*** 683,684 ****
39--- 683,686 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 296,
43 /**/
44
45--
46BLACK KNIGHT: I'm invincible!
47ARTHUR: You're a looney.
48 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
49
50 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
51/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52\\\ download, build and distribute -- http://www.A-A-P.org ///
53 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.028121 seconds and 4 git commands to generate.