File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 30
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41585,6 +41585,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41585
41585
グ "z" |cpo-z| を追加します (|d-special| および |cw| を参照)。
41586
41586
- 補完メニューで追加の属性を指定できるようにします (LSP サーバーから非推奨の属
41587
41587
性をマークできるようにします) |complete-items|
41588
+ - 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチし
41589
+ ます (適切な大文字小文字の変換を適用します)
41588
41590
41589
41591
*added-9.2*
41590
41592
追加要素 ~
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2024 Jul 28
1
+ *version9.txt* For Vim version 9.1. Last change: 2024 Jul 30
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41590,6 +41590,8 @@ Changed~
41590
41590
behaviour/inconsistency (see |d-special| and |cw|).
41591
41591
- allow to specify additional attributes in the completion menu (allows to
41592
41592
mark deprecated attributes from LSP server) |complete-items|
41593
+ - the regex engines match correctly case-insensitive multi-byte characters
41594
+ (and apply proper case folding)
41593
41595
41594
41596
*added-9.2*
41595
41597
Added ~
You can’t perform that action at this time.
0 commit comments