From 5a066c139eee6afec40e8eeee808db2f398a2ab0 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Sat, 25 Aug 2018 15:03:42 +0300 Subject: [PATCH] doc options: Make default list values space separated --- doc/pages/options.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc index 7e8bb52e..427d9b03 100644 --- a/doc/pages/options.asciidoc +++ b/doc/pages/options.asciidoc @@ -185,12 +185,12 @@ are exclusively available to built-in options. actions should hook on this option changing for activation/deactivation *path* `str-list`:: - _default_ ./:%/:/usr/include + + _default_ ./ %/ /usr/include + directories to search for *gf* command and filenames completion `%/` represents the current buffer directory *completers* `completer-list`:: - _default_ filename:word=all + + _default_ filename word=all + completion engines to use for insert mode completion (they are tried in order until one generates candidates). Existing completers are: @@ -218,7 +218,7 @@ are exclusively available to built-in options. as word character. *matching_pairs* `codepoint-list`:: - _default_ `(:):{:}:[:]:<:>` + _default_ ( ) { } [ ] < > + a list of codepoints that are to be treated as matching pairs for the *m* command.