From 2ec360a178d1f4277de233e83c429fbfcc7db2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Ros=C3=A9n?= Date: Wed, 17 May 2017 10:27:57 +0200 Subject: [PATCH] Document that markup is possible in completion menu entries. Closes #1373 --- README.asciidoc | 2 +- doc/manpages/options.asciidoc | 2 +- 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 `||` candidates, except for the first element which follows the `.[+]@` 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 `||` candidates, except for the first element which follows the `.[+]@` 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|...)*::