mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.484
Problem: The -E and --echo-wid command line arguments are not mentioned in "vim --help". Solution: Add the help lines. (Dominique Pelle)
This commit is contained in:
@@ -3181,6 +3181,7 @@ usage()
|
|||||||
#endif
|
#endif
|
||||||
main_msg(_("-v\t\t\tVi mode (like \"vi\")"));
|
main_msg(_("-v\t\t\tVi mode (like \"vi\")"));
|
||||||
main_msg(_("-e\t\t\tEx mode (like \"ex\")"));
|
main_msg(_("-e\t\t\tEx mode (like \"ex\")"));
|
||||||
|
main_msg(_("-E\t\t\tImproved Ex mode"));
|
||||||
main_msg(_("-s\t\t\tSilent (batch) mode (only for \"ex\")"));
|
main_msg(_("-s\t\t\tSilent (batch) mode (only for \"ex\")"));
|
||||||
#ifdef FEAT_DIFF
|
#ifdef FEAT_DIFF
|
||||||
main_msg(_("-d\t\t\tDiff mode (like \"vimdiff\")"));
|
main_msg(_("-d\t\t\tDiff mode (like \"vimdiff\")"));
|
||||||
@@ -3304,6 +3305,7 @@ usage()
|
|||||||
main_msg(_("-display <display>\tRun vim on <display> (also: --display)"));
|
main_msg(_("-display <display>\tRun vim on <display> (also: --display)"));
|
||||||
main_msg(_("--role <role>\tSet a unique role to identify the main window"));
|
main_msg(_("--role <role>\tSet a unique role to identify the main window"));
|
||||||
main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget"));
|
main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget"));
|
||||||
|
main_msg(_("--echo-wid\t\tMake gvim echo the Window ID on stdout"));
|
||||||
#endif
|
#endif
|
||||||
#ifdef FEAT_GUI_W32
|
#ifdef FEAT_GUI_W32
|
||||||
main_msg(_("-P <parent title>\tOpen Vim inside parent application"));
|
main_msg(_("-P <parent title>\tOpen Vim inside parent application"));
|
||||||
|
@@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
484,
|
||||||
/**/
|
/**/
|
||||||
483,
|
483,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user