diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -385,10 +385,11 @@ simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' | |||
| 385 | to 'completion-styles' or 'completion-category-overrides' to use it. | 385 | to 'completion-styles' or 'completion-category-overrides' to use it. |
| 386 | 386 | ||
| 387 | +++ | 387 | +++ |
| 388 | ** There is a new face attribute :extend to use the face attributes to | 388 | ** New face attribute ':extend' to control face extension at EOL. |
| 389 | There is a new face attribute :extend to use the face attributes to | ||
| 389 | extend after the end of the line until the end of the window. Such | 390 | extend after the end of the line until the end of the window. Such |
| 390 | :extend is set to nil by default in all faces except for `hl-line` and | 391 | :extend is set to nil by default in all faces except for 'hl-line' and |
| 391 | `region` because those extend until the end of the window by default. | 392 | 'region' because those extend until the end of the window by default. |
| 392 | 393 | ||
| 393 | ** Connection-local variables | 394 | ** Connection-local variables |
| 394 | 395 | ||