File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Sep 11
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Sep 19
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2109,10 +2109,12 @@ Java プラットフォームへの重要な変更は、リリース用に実装
2109
2109
に対応するため Vim には実装されている構文関連のプレビュー機能に対するオプショ
2110
2110
ンのサポートがある。以下のようにプレビュー機能番号のリストを指定して、これをリ
2111
2111
クエストできる: >
2112
- :let g:java_syntax_previews = [430 ]
2112
+ :let g:java_syntax_previews = [455, 476 ]
2113
2113
2114
2114
サポートされている JEP 番号は以下の表から取得される:
2115
2115
`430 ` : String Templates [JDK 21]
2116
+ `455 ` : Primitive types in Patterns, instanceof, and switch
2117
+ `476 ` : Module Import Declarations
2116
2118
2117
2119
Note 特定のプレビュー機能が Java プラットフォームに統合されると、すぐにそのエ
2118
2120
ントリはテーブルから削除され、関連するオプション機能は廃止されることに注意。
Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim version 9.1. Last change: 2024 Sep 11
1
+ *syntax.txt* For Vim version 9.1. Last change: 2024 Sep 19
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2176,10 +2176,12 @@ cycles for such a feature to become either integrated into the platform or
2176
2176
withdrawn from this effort. To cater for early adopters, there is optional
2177
2177
support in Vim for syntax related preview features that are implemented. You
2178
2178
can request it by specifying a list of preview feature numbers as follows: >
2179
- :let g:java_syntax_previews = [430 ]
2179
+ :let g:java_syntax_previews = [455, 476 ]
2180
2180
2181
2181
The supported JEP numbers are to be drawn from this table:
2182
2182
`430 ` : String Templates [JDK 21]
2183
+ `455 ` : Primitive types in Patterns, instanceof, and switch
2184
+ `476 ` : Module Import Declarations
2183
2185
2184
2186
Note that as soon as the particular preview feature will have been integrated
2185
2187
into the Java platform, its entry will be removed from the table and related
You can’t perform that action at this time.
0 commit comments