From 72cfa654480cfc5f25136cc2f3674ed432f8f9c5 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Wed, 17 Feb 2016 15:55:19 +0200 Subject: [PATCH] Document the `BufferPadding` face --- README.asciidoc | 1 + doc/manpages/faces.asciidoc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 48f88cae..4c449876 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 --------------- diff --git a/doc/manpages/faces.asciidoc b/doc/manpages/faces.asciidoc index 483200bc..f91f548a 100644 --- a/doc/manpages/faces.asciidoc +++ b/doc/manpages/faces.asciidoc @@ -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