Document the BufferPadding
face
This commit is contained in:
parent
504f50417e
commit
72cfa65448
|
@ -920,6 +920,7 @@ There are some builtins faces used by internal Kakoune functionalities:
|
||||||
* `Prompt`: face used prompt displayed on the status line
|
* `Prompt`: face used prompt displayed on the status line
|
||||||
* `MatchingChar`: face used by the show_matching highlighter
|
* `MatchingChar`: face used by the show_matching highlighter
|
||||||
* `Search`: face used to highlight search results
|
* `Search`: face used to highlight search results
|
||||||
|
* `BufferPadding`: face applied on the characters that follow the last line of a buffer
|
||||||
|
|
||||||
Advanced topics
|
Advanced topics
|
||||||
---------------
|
---------------
|
||||||
|
|
|
@ -94,3 +94,6 @@ areas of the user interface:
|
||||||
|
|
||||||
*Search*::
|
*Search*::
|
||||||
face used to highlight search results
|
face used to highlight search results
|
||||||
|
|
||||||
|
*BufferPadding*::
|
||||||
|
face applied on the characters that follow the last line of a buffer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user