lkundrak / rpms / vim

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