summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cb8b6fcac18..51a25ec8504 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -384,6 +384,12 @@ matches strings where the pattern appears as a subsequence. Put
simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex'
to 'completion-styles' or 'completion-category-overrides' to use it.
++++
+** There is a new face attribute :extend to use the face attributes to
+extend after the end of the line until the end of the window. Such
+:extend is set to nil by default in all faces except for `hl-line` and
+`region` because those extend until the end of the window by default.
+
** Connection-local variables
+++