]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.216
- typo
[packages/vim.git] / 7.1.216
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.216
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.216
11 Problem:    Variants of --remote-tab are not mentioned for "vim --help".
12 Solution:   Display optional -wait and -silent.
13 Files:      src/main.c
14
15
16 *** ../vim-7.1.215/src/main.c   Tue Sep 25 17:54:41 2007
17 --- src/main.c  Sun Dec 30 15:09:11 2007
18 ***************
19 *** 3081,3087 ****
20       main_msg(_("--remote-wait <files>  As --remote but wait for files to have been edited"));
21       main_msg(_("--remote-wait-silent <files>  Same, don't complain if there is no server"));
22   # ifdef FEAT_WINDOWS
23 !     main_msg(_("--remote-tab <files>  As --remote but open tab page for each file"));
24   # endif
25       main_msg(_("--remote-send <keys>\tSend <keys> to a Vim server and exit"));
26       main_msg(_("--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result"));
27 --- 3081,3087 ----
28       main_msg(_("--remote-wait <files>  As --remote but wait for files to have been edited"));
29       main_msg(_("--remote-wait-silent <files>  Same, don't complain if there is no server"));
30   # ifdef FEAT_WINDOWS
31 !     main_msg(_("--remote-tab[-wait][-silent] <files>  As --remote but use tab page per file"));
32   # endif
33       main_msg(_("--remote-send <keys>\tSend <keys> to a Vim server and exit"));
34       main_msg(_("--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result"));
35 *** ../vim-7.1.215/src/version.c        Thu Jan 10 22:23:22 2008
36 --- src/version.c       Fri Jan 11 20:25:14 2008
37 ***************
38 *** 668,669 ****
39 --- 668,671 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     216,
43   /**/
44
45 -- 
46 TIM: But follow only if you are men of valour.  For the entrance to this cave
47      is guarded by a monster, a creature so foul and cruel that no man yet has
48      fought with it and lived.  Bones of full fifty men lie strewn about its
49      lair ...
50                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
51
52  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
53 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54 \\\        download, build and distribute -- http://www.A-A-P.org        ///
55  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.166171 seconds and 3 git commands to generate.