diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-05 09:19:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 09:19:06 +0200 |
commit | 30b70de39ea00762498582871f9539b4c0612d7f (patch) | |
tree | ac6980c25e02229ad94eb285588a9fdd8a97a917 /src/nvim/main.c | |
parent | 8b76034f3b289e623353036450c57b8378edd2d2 (diff) | |
parent | f3c895569d837befd28d4385bc9361b3cc700262 (diff) | |
download | rneovim-30b70de39ea00762498582871f9539b4c0612d7f.tar.gz rneovim-30b70de39ea00762498582871f9539b4c0612d7f.tar.bz2 rneovim-30b70de39ea00762498582871f9539b4c0612d7f.zip |
Merge #8920 from janlazo/vim-8.0.0998
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index af7c194edc..ab8b33aa12 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -892,6 +892,7 @@ static void command_line_scan(mparm_T *parmp) set_option_value("rl", 1L, NULL, 0); break; } + case '?': // "-?" give help message (for MS-Windows) case 'h': { // "-h" give help message usage(); mch_exit(0); |