Skip to content

Commit 7c932f4

Browse files
authored
Merge pull request #1645 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents 3d26d2b + e6b08b5 commit 7c932f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 30
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41585,6 +41585,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4158541585
グ "z" |cpo-z| を追加します (|d-special| および |cw| を参照)。
4158641586
- 補完メニューで追加の属性を指定できるようにします (LSP サーバーから非推奨の属
4158741587
性をマークできるようにします) |complete-items|
41588+
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチし
41589+
ます (適切な大文字小文字の変換を適用します)
4158841590

4158941591
*added-9.2*
4159041592
追加要素 ~

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41590,6 +41590,8 @@ Changed~
4159041590
behaviour/inconsistency (see |d-special| and |cw|).
4159141591
- allow to specify additional attributes in the completion menu (allows to
4159241592
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)
4159341595

4159441596
*added-9.2*
4159541597
Added ~

0 commit comments

Comments
 (0)