File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+ *syntax.txt* For Vim バージョン 9.2. Last change: 2026 Mar 22
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -2224,11 +2224,11 @@ Java プラットフォームへの重要な変更は、リリース用に実装
22242224に対応するため Vim には実装されている構文関連のプレビュー機能に対するオプショ
22252225ンのサポートがある。以下のようにプレビュー機能番号のリストを指定して、これをリ
22262226クエストできる: >
2227- :let g:java_syntax_previews = [507 ]
2227+ :let g:java_syntax_previews = [530 ]
22282228
22292229 サポートされている JEP 番号は以下の表から取得される:
22302230 `430 ` : String Templates [JDK 21]
2231- `507 ` : Primitive types in Patterns, instanceof, and switch
2231+ `530 ` : Primitive types in Patterns, instanceof, and switch
22322232
22332233Note 特定のプレビュー機能が Java プラットフォームに統合されると、すぐにそのエ
22342234ントリはテーブルから削除され、関連するオプション機能は廃止されることに注意。
Original file line number Diff line number Diff line change 1- *syntax.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+ *syntax.txt* For Vim version 9.2. Last change: 2026 Mar 22
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2285,11 +2285,11 @@ cycles for such a feature to become either integrated into the platform or
22852285withdrawn from this effort. To cater for early adopters, there is optional
22862286support in Vim for syntax related preview features that are implemented. You
22872287can request it by specifying a list of preview feature numbers as follows: >
2288- :let g:java_syntax_previews = [507 ]
2288+ :let g:java_syntax_previews = [530 ]
22892289
22902290 The supported JEP numbers are to be drawn from this table:
22912291 `430 ` : String Templates [JDK 21]
2292- `507 ` : Primitive types in Patterns, instanceof, and switch
2292+ `530 ` : Primitive types in Patterns, instanceof, and switch
22932293
22942294Note that as soon as the particular preview feature will have been integrated
22952295into 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