From 00e44903e7f3c84468c81061c31f160e4a1ff588 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Mon, 4 Nov 2019 10:11:09 +0100 Subject: [PATCH] doc: fix completers option description --- doc/pages/options.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc index 90303945..453fde45 100644 --- a/doc/pages/options.asciidoc +++ b/doc/pages/options.asciidoc @@ -222,8 +222,9 @@ are exclusively available to built-in options. which tries to detect when a filename is being entered and provides completion based on local filesystem - *line*::: - which complete using lines in current buffer + *line=all*, *line=buffer*::: + which complete using lines in all buffers (*line=all*) + or only the current one (*line=buffer*) *option=*::: where *opt-name* is an option of type 'completions' whose