|
1 | | -*syntax.txt* For Vim version 9.1. Last change: 2025 Mar 21 |
| 1 | +*syntax.txt* For Vim version 9.1. Last change: 2025 Mar 27 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -2202,12 +2202,12 @@ cycles for such a feature to become either integrated into the platform or |
2202 | 2202 | withdrawn from this effort. To cater for early adopters, there is optional |
2203 | 2203 | support in Vim for syntax related preview features that are implemented. You |
2204 | 2204 | can request it by specifying a list of preview feature numbers as follows: > |
2205 | | - :let g:java_syntax_previews = [455, 476] |
| 2205 | + :let g:java_syntax_previews = [488, 494] |
2206 | 2206 |
|
2207 | 2207 | The supported JEP numbers are to be drawn from this table: |
2208 | 2208 | `430`: String Templates [JDK 21] |
2209 | | - `455`: Primitive types in Patterns, instanceof, and switch |
2210 | | - `476`: Module Import Declarations |
| 2209 | + `488`: Primitive types in Patterns, instanceof, and switch |
| 2210 | + `494`: Module Import Declarations |
2211 | 2211 |
|
2212 | 2212 | Note that as soon as the particular preview feature will have been integrated |
2213 | 2213 | into the Java platform, its entry will be removed from the table and related |
@@ -5832,6 +5832,9 @@ DiffChange Diff mode: Changed line. |diff.txt| |
5832 | 5832 | DiffDelete Diff mode: Deleted line. |diff.txt| |
5833 | 5833 | *hl-DiffText* |
5834 | 5834 | DiffText Diff mode: Changed text within a changed line. |diff.txt| |
| 5835 | + *hl-DiffTextAdd* |
| 5836 | +DiffTextAdd Diff mode: Added text within a changed line. Linked to |
| 5837 | + |hl-DiffText| by default. |diff.txt| |
5835 | 5838 | *hl-EndOfBuffer* |
5836 | 5839 | EndOfBuffer Filler lines (~) after the last line in the buffer. |
5837 | 5840 | By default, this is highlighted like |hl-NonText|. |
|
0 commit comments