doc: add missing whitespace.render
sub-key
This commit is contained in:
parent
425d7e5f1b
commit
7bdba4a6bf
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ Options for rendering whitespace with visible characters. Use `:set whitespace.r
|
|||
|
||||
| Key | Description | Default |
|
||||
|-----|-------------|---------|
|
||||
| `render` | Whether to render whitespace. May either be `"all"` or `"none"`, or a table with sub-keys `space`, `tab`, and `newline`. | `"none"` |
|
||||
| `render` | Whether to render whitespace. May either be `"all"` or `"none"`, or a table with sub-keys `space`, `nbsp`, `tab`, and `newline`. | `"none"` |
|
||||
| `characters` | Literal characters to use when rendering whitespace. Sub-keys may be any of `tab`, `space`, `nbsp`, `newline` or `tabpad` | See example below |
|
||||
|
||||
Example
|
||||
|
|
Loading…
Add table
Reference in a new issue