Patch 8.0.1792
Problem: MS-Windows users expect -? to work like --help.
Solution: Add -?. (Christian Brabandt, closes #2867)
Files: src/main.c
*** ../vim-8.0.1791/src/main.c 2018-04-16 17:06:05.319478543 +0200
--- src/main.c 2018-05-05 15:04:42.808547721 +0200
***************
*** 2014,2019 ****
--- 2014,2020 ----
#endif
break;
+ case '?': /* "-?" give help message (for MS-Windows) */
case 'h': /* "-h" give help message */
#ifdef FEAT_GUI_GNOME
/* Tell usage() to exit for "gvim". */
*** ../vim-8.0.1791/src/version.c 2018-05-05 14:29:02.425738226 +0200
--- src/version.c 2018-05-05 15:06:03.764045605 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1792,
/**/
--
The question is: What do you do with your life?
The wrong answer is: Become the richest guy in the graveyard.
(billionaire and Oracle founder Larry Ellison)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.