summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-02-03 15:58:13 +0100
committerBram Moolenaar <Bram@vim.org>2021-02-03 15:58:13 +0100
commit91478ae49a1b2dc1de63821db731a343e855dcc0 (patch)
tree1712c04276688e7664769ca084a5f9a4f76d7ac4 /runtime
parent148be9bc1cca16ce47ad21563f5835682001f9a2 (diff)
patch 8.2.2454: leading space can not be made visiblev8.2.2454
Problem: Leading space can not be made visible. Solution: Add "lead:" to 'listchars'. (closes #7772)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 8b655dc600..74bab429c5 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4877,6 +4877,10 @@ A jump table for the options with a short description can be found at |Q_op|.
*lcs-space*
space:c Character to show for a space. When omitted, spaces
are left blank.
+ *lcs-lead*
+ lead:c Character to show for leading spaces. When omitted,
+ leading spaces are blank. Overrides the "space"
+ setting for leading spaces.
*lcs-trail*
trail:c Character to show for trailing spaces. When omitted,
trailing spaces are blank. Overrides the "space"