diff options
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 +++ |