From c120063da95ed7b9f2f8f506ba00e499bbcd208f Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 9 Jan 2022 20:25:50 +0100 Subject: [PATCH] doc options: more detail on how completions options are handled Cross-reference the "completers" option, and explain how filtering works. Originally submitted as part of #4418 Helped-by: Tim Allen --- doc/pages/options.asciidoc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc index f4032141..5b865fcd 100644 --- a/doc/pages/options.asciidoc +++ b/doc/pages/options.asciidoc @@ -150,12 +150,19 @@ are exclusively available to built-in options. `` is executed. The common use case is to display element + specific documentation. `set -add` adds given completions to the list. + `set -remove` removes given completions from the list. +