From b9144f151a97aae392e03c5bbdccaadc627b2121 Mon Sep 17 00:00:00 2001 From: Martin Chaine Date: Wed, 17 Aug 2016 18:11:07 +0200 Subject: [PATCH] Update completion documentation --- doc/interfacing.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/interfacing.asciidoc b/doc/interfacing.asciidoc index b966bee6..8efe75e6 100644 --- a/doc/interfacing.asciidoc +++ b/doc/interfacing.asciidoc @@ -85,13 +85,13 @@ external completions are provided using an option to store completion, which have the following format. ---- -line.column[+len]@timestamp:candidate1[@desc1[@menu1]]:candidate2[@desc2[@menu2]]:... +line.column[+len]@timestamp:candidate1[|desc1[|menu1]]:candidate2[|desc2[|menu2]]:... ---- the first element of this string list specify where and when this completions applies, the others are simply completion candidates, eventually containing -a descriptive text (after an `@` separator), and a separate menu text (after -the second `@` separator). +a descriptive text (after an `|` separator), and a separate menu text (after +the second `|` separator). to effectively use that completion option, it should get added to the completers option.