mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
@@ -3798,9 +3798,10 @@ A jump table for the options with a short description can be found at |Q_op|.
|
|||||||
:set listchars+=tab:>-,lead:.
|
:set listchars+=tab:>-,lead:.
|
||||||
< *lcs-leadmultispace*
|
< *lcs-leadmultispace*
|
||||||
leadmultispace:c...
|
leadmultispace:c...
|
||||||
Like multispace value, but only for leading
|
Like the |lcs-multispace| value, but for leading
|
||||||
whitespace. Overrides |lcs-lead| for leading multiple
|
spaces only. Also overrides |lcs-lead| for leading
|
||||||
spaces. `:set listchars=leadmultispace:---+` shows ten
|
multiple spaces.
|
||||||
|
`:set listchars=leadmultispace:---+` shows ten
|
||||||
consecutive leading spaces as:
|
consecutive leading spaces as:
|
||||||
---+---+--XXX ~
|
---+---+--XXX ~
|
||||||
Where "XXX" denotes the first non-blank characters in
|
Where "XXX" denotes the first non-blank characters in
|
||||||
|
Reference in New Issue
Block a user