To: vim_dev@googlegroups.com Subject: Patch 8.0.1792 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///