summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rosén <dan.rosen@gu.se>2017-05-17 10:27:57 +0200
committerDan Rosén <dan.rosen@gu.se>2017-05-17 10:31:46 +0200
commit2ec360a178d1f4277de233e83c429fbfcc7db2b2 (patch)
tree7f225d39390c52f9993d3a1bceb953bdd52b743a
parent3a0d9481ac0d037deb43fe93f35318acae763d6b (diff)
Document that markup is possible in completion menu entries.
Closes #1373
-rw-r--r--README.asciidoc2
-rw-r--r--doc/manpages/options.asciidoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.asciidoc b/README.asciidoc
index e075b35f..9604e9fe 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -873,7 +873,7 @@ Options are typed, their type can be
* `completions`: a `:` separated list of `<text>|<docstring>|<menu text>`
candidates, except for the first element which follows the
`<line>.<column>[+<length>]@<timestamp>` format to define where the
- completion apply in the buffer.
+ completion apply in the buffer. Markup can be used in the menu text.
* `enum(value1|value2|...)`: an enum, taking on of the given values
* `flags(value1|value2|...)`: a set of flags, taking a combination
of the given values joined by `|`.
diff --git a/doc/manpages/options.asciidoc b/doc/manpages/options.asciidoc
index 95159087..746a7af6 100644
--- a/doc/manpages/options.asciidoc
+++ b/doc/manpages/options.asciidoc
@@ -34,7 +34,7 @@ Types
a `:` separated list of `<text>|<docstring>|<menu text>`
candidates, except for the first element which follows the
`<line>.<column>[+<length>]@<timestamp>` format to define where the
- completion apply in the buffer.
+ completion apply in the buffer. Markup can be used in the menu text.
*enum(value1|value2|...)*::
an enum, taking one of the given values
*flags(value1|value2|...)*::