]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.484
- up to 7.3.600
[packages/vim.git] / 7.3.484
CommitLineData
03d4279c
AM
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.484
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.3.484
11Problem: The -E and --echo-wid command line arguments are not mentioned in
12 "vim --help".
13Solution: Add the help lines. (Dominique Pelle)
14Files: src/main.c
15
16
17*** ../vim-7.3.483/src/main.c 2012-02-12 01:55:50.000000000 +0100
18--- src/main.c 2012-03-28 16:55:03.000000000 +0200
19***************
20*** 3181,3186 ****
21--- 3181,3187 ----
22 #endif
23 main_msg(_("-v\t\t\tVi mode (like \"vi\")"));
24 main_msg(_("-e\t\t\tEx mode (like \"ex\")"));
25+ main_msg(_("-E\t\t\tImproved Ex mode"));
26 main_msg(_("-s\t\t\tSilent (batch) mode (only for \"ex\")"));
27 #ifdef FEAT_DIFF
28 main_msg(_("-d\t\t\tDiff mode (like \"vimdiff\")"));
29***************
30*** 3304,3309 ****
31--- 3305,3311 ----
32 main_msg(_("-display <display>\tRun vim on <display> (also: --display)"));
33 main_msg(_("--role <role>\tSet a unique role to identify the main window"));
34 main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget"));
35+ main_msg(_("--echo-wid\t\tMake gvim echo the Window ID on stdout"));
36 #endif
37 #ifdef FEAT_GUI_W32
38 main_msg(_("-P <parent title>\tOpen Vim inside parent application"));
39*** ../vim-7.3.483/src/version.c 2012-03-28 16:49:25.000000000 +0200
40--- src/version.c 2012-03-28 17:10:08.000000000 +0200
41***************
42*** 716,717 ****
43--- 716,719 ----
44 { /* Add new patch number below this line */
45+ /**/
46+ 484,
47 /**/
48
49--
50 In war we're tough and able.
51 Quite indefatigable
52 Between our quests
53 We sequin vests
54 And impersonate Clark Gable
55 It's a busy life in Camelot.
56 I have to push the pram a lot.
57 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
58
59 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
60/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
61\\\ an exciting new programming language -- http://www.Zimbu.org ///
62 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.130858 seconds and 4 git commands to generate.