aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-09-05 09:19:06 +0200
committerGitHub <noreply@github.com>2018-09-05 09:19:06 +0200
commit30b70de39ea00762498582871f9539b4c0612d7f (patch)
treeac6980c25e02229ad94eb285588a9fdd8a97a917 /runtime
parent8b76034f3b289e623353036450c57b8378edd2d2 (diff)
parentf3c895569d837befd28d4385bc9361b3cc700262 (diff)
downloadrneovim-30b70de39ea00762498582871f9539b4c0612d7f.tar.gz
rneovim-30b70de39ea00762498582871f9539b4c0612d7f.tar.bz2
rneovim-30b70de39ea00762498582871f9539b4c0612d7f.zip
Merge #8920 from janlazo/vim-8.0.0998
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/starting.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index c9ce2b9dc1..3440131642 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -76,7 +76,8 @@ The option arguments may be given in any order. Single-letter options can be
combined after one dash. There can be no option arguments after the "--"
argument.
---help *-h* *--help*
+--help *-h* *--help* *-?*
+-?
-h Give usage (help) message and exit.
See |info-message| about capturing the text.