aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-06-27 23:35:26 +0200
committerGitHub <noreply@github.com>2022-06-27 23:35:26 +0200
commit274609a109fe7d4a72107e45fd1f13c2066a3663 (patch)
tree252ed08ceb2b2a27e7c4b61fd9db015972a5f391
parentf2fa11708ce6e9d28d1d304dfb05a6476b950042 (diff)
downloadrneovim-274609a109fe7d4a72107e45fd1f13c2066a3663.tar.gz
rneovim-274609a109fe7d4a72107e45fd1f13c2066a3663.tar.bz2
rneovim-274609a109fe7d4a72107e45fd1f13c2066a3663.zip
vim-patch:069a7d561bbe (#19130)
Update runtime files https://github.com/vim/vim/commit/069a7d561bbe7e3b9bf132f71b7121c59f99e8f1
-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 f904fe4367..30ceb4f18b 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3798,9 +3798,10 @@ 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. `:set listchars=leadmultispace:---+` shows ten
+ 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 ~
Where "XXX" denotes the first non-blank characters in