]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.296
- new
[packages/vim.git] / 7.2.296
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.296
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.296
11 Problem:    Help message about startuptime is wrong. (Dominique Pelle)
12 Solution:   Remove the equal sign.
13 Files:      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 -- 
46 BLACK KNIGHT: I'm invincible!
47 ARTHUR:       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.566694 seconds and 3 git commands to generate.