Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc options: Document each of the flags in 'autoinfo' #5153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion doc/pages/options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,21 @@ are exclusively available to built-in options.

*autoinfo* `flags(command|onkey|normal)`::
_default_ command|onkey +
display automatic information box in the enabled contexts
automatically display relevant information in the enabled contexts

*command*:::
Displays the docstrings for commands as they are typed at
the `:` prompt

*onkey*:::
Displays a list of mappings when entering a mode other than
"normal" or "insert", such as the "goto" or "view" modes

*normal*:::
After each normal-mode command, display a description of the
command, like "move left" for `h` (for mappings, displays the
description of the last normal-mode command on the
right-hand-side of the mapping)

*autocomplete* `flags(insert|prompt)`::
_default_ insert|prompt +
Expand Down