Document the BufferPadding face

This commit is contained in:
Frank LENORMAND 2016-02-17 15:55:19 +02:00
parent 504f50417e
commit 72cfa65448
2 changed files with 4 additions and 0 deletions

View File

@ -920,6 +920,7 @@ There are some builtins faces used by internal Kakoune functionalities:
* `Prompt`: face used prompt displayed on the status line
* `MatchingChar`: face used by the show_matching highlighter
* `Search`: face used to highlight search results
* `BufferPadding`: face applied on the characters that follow the last line of a buffer
Advanced topics
---------------

View File

@ -94,3 +94,6 @@ areas of the user interface:
*Search*::
face used to highlight search results
*BufferPadding*::
face applied on the characters that follow the last line of a buffer