mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 14:10:23 +09:00
Adding clarification regarding multiple characters for showchars (#3945)
Adding clarification regarding multiple characters for showchars. Closes #3938
This commit is contained in:
@@ -400,6 +400,10 @@ Here are the available options:
|
|||||||
instead.
|
instead.
|
||||||
- `itab`: tab characters before the first visible character in a line.
|
- `itab`: tab characters before the first visible character in a line.
|
||||||
If this is not set, `tab` will be shown instead.
|
If this is not set, `tab` will be shown instead.
|
||||||
|
|
||||||
|
Only `tab` and `itab` can display multiple characters (if possible),
|
||||||
|
otherwise only the first character will be displayed.
|
||||||
|
|
||||||
An example of this option value could be `tab=>,space=.,itab=|>,ispace=|`
|
An example of this option value could be `tab=>,space=.,itab=|>,ispace=|`
|
||||||
|
|
||||||
The color of the shown character is determined by the `indent-char`
|
The color of the shown character is determined by the `indent-char`
|
||||||
|
|||||||
Reference in New Issue
Block a user