diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-03-30 09:26:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 21:26:11 -0400 |
commit | f89bfa68692540c2a28794297ce2ab63892de410 (patch) | |
tree | 663ec8254eb7e5ecae1fb00b22bf2511052d8b42 /runtime | |
parent | 291f1ece7f66b16155ad4d418d04be42c45df8ea (diff) | |
download | rneovim-f89bfa68692540c2a28794297ce2ab63892de410.tar.gz rneovim-f89bfa68692540c2a28794297ce2ab63892de410.tar.bz2 rneovim-f89bfa68692540c2a28794297ce2ab63892de410.zip |
vim-patch:8.2.2454: leading space can not be made visible (#14138)
Problem: Leading space can not be made visible.
Solution: Add "lead:" to 'listchars'. (closes vim/vim#7772)
https://github.com/vim/vim/commit/91478ae49a1b2dc1de63821db731a343e855dcc0
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index decf226b12..04310ca8d4 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3716,6 +3716,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" |