Karsten Hopp 5659b5
To: vim_dev@googlegroups.com
Karsten Hopp 5659b5
Subject: Patch 7.3.484
Karsten Hopp 5659b5
Fcc: outbox
Karsten Hopp 5659b5
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 5659b5
Mime-Version: 1.0
Karsten Hopp 5659b5
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 5659b5
Content-Transfer-Encoding: 8bit
Karsten Hopp 5659b5
------------
Karsten Hopp 5659b5
Karsten Hopp 5659b5
Patch 7.3.484
Karsten Hopp 5659b5
Problem:    The -E and --echo-wid command line arguments are not mentioned in
Karsten Hopp 5659b5
	    "vim --help".
Karsten Hopp 5659b5
Solution:   Add the help lines. (Dominique Pelle)
Karsten Hopp 5659b5
Files:	    src/main.c
Karsten Hopp 5659b5
Karsten Hopp 5659b5
Karsten Hopp 5659b5
*** ../vim-7.3.483/src/main.c	2012-02-12 01:55:50.000000000 +0100
Karsten Hopp 5659b5
--- src/main.c	2012-03-28 16:55:03.000000000 +0200
Karsten Hopp 5659b5
***************
Karsten Hopp 5659b5
*** 3181,3186 ****
Karsten Hopp 5659b5
--- 3181,3187 ----
Karsten Hopp 5659b5
  #endif
Karsten Hopp 5659b5
      main_msg(_("-v\t\t\tVi mode (like \"vi\")"));
Karsten Hopp 5659b5
      main_msg(_("-e\t\t\tEx mode (like \"ex\")"));
Karsten Hopp 5659b5
+     main_msg(_("-E\t\t\tImproved Ex mode"));
Karsten Hopp 5659b5
      main_msg(_("-s\t\t\tSilent (batch) mode (only for \"ex\")"));
Karsten Hopp 5659b5
  #ifdef FEAT_DIFF
Karsten Hopp 5659b5
      main_msg(_("-d\t\t\tDiff mode (like \"vimdiff\")"));
Karsten Hopp 5659b5
***************
Karsten Hopp 5659b5
*** 3304,3309 ****
Karsten Hopp 5659b5
--- 3305,3311 ----
Karsten Hopp 5659b5
      main_msg(_("-display <display>\tRun vim on <display> (also: --display)"));
Karsten Hopp 5659b5
      main_msg(_("--role <role>\tSet a unique role to identify the main window"));
Karsten Hopp 5659b5
      main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget"));
Karsten Hopp 5659b5
+     main_msg(_("--echo-wid\t\tMake gvim echo the Window ID on stdout"));
Karsten Hopp 5659b5
  #endif
Karsten Hopp 5659b5
  #ifdef FEAT_GUI_W32
Karsten Hopp 5659b5
      main_msg(_("-P <parent title>\tOpen Vim inside parent application"));
Karsten Hopp 5659b5
*** ../vim-7.3.483/src/version.c	2012-03-28 16:49:25.000000000 +0200
Karsten Hopp 5659b5
--- src/version.c	2012-03-28 17:10:08.000000000 +0200
Karsten Hopp 5659b5
***************
Karsten Hopp 5659b5
*** 716,717 ****
Karsten Hopp 5659b5
--- 716,719 ----
Karsten Hopp 5659b5
  {   /* Add new patch number below this line */
Karsten Hopp 5659b5
+ /**/
Karsten Hopp 5659b5
+     484,
Karsten Hopp 5659b5
  /**/
Karsten Hopp 5659b5
Karsten Hopp 5659b5
-- 
Karsten Hopp 5659b5
       In war we're tough and able.
Karsten Hopp 5659b5
       Quite indefatigable
Karsten Hopp 5659b5
       Between our quests
Karsten Hopp 5659b5
       We sequin vests
Karsten Hopp 5659b5
       And impersonate Clark Gable
Karsten Hopp 5659b5
       It's a busy life in Camelot.
Karsten Hopp 5659b5
       I have to push the pram a lot.
Karsten Hopp 5659b5
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
Karsten Hopp 5659b5
Karsten Hopp 5659b5
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 5659b5
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 5659b5
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 5659b5
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///