summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-27 22:16:08 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-27 22:16:08 +0100
commit069a7d561bbe7e3b9bf132f71b7121c59f99e8f1 (patch)
tree870c1085c666a9701f424efbbf961a4d659c75b8 /runtime/doc/options.txt
parent79481367a457951aabd9501b510fd7e3eb29c3d8 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 2f414cd607..e24cfbf576 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 8.2. Last change: 2022 Jun 23
+*options.txt* For Vim version 8.2. Last change: 2022 Jun 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5089,8 +5089,9 @@ A jump table for the options with a short description can be found at |Q_op|.
:set listchars+=tab:>-,lead:.
< *lcs-leadmultispace*
leadmultispace:c...
- Like multispace value, but only for leading whitespace
- overrides |lcs-lead| for leading multiple spaces.
+ Like the |lcs-multispace| value, but for leading
+ spaces only. Also overrides |lcs-lead| for leading
+ multiple spaces.
`:set listchars=leadmultispace:---+` shows ten
consecutive leading spaces as:
---+---+--XXX ~