Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 18


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41721,6 +41721,7 @@ Ex コマンド: ~
- |chdir()| はオプションでスコープ引数を指定できる
- |matchfuzzy()| と |matchfuzzypos()| は改良されたファジーマッチングアルゴリズ
ム (fzy と同じ) を使用する。
- |sha256()| は引数として |Blob| も受け入れる。

その他: ~
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチす
Expand Down
3 changes: 2 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 15
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 18


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41735,6 +41735,7 @@ Functions: ~
- |chdir()| allows to optionally specify a scope argument
- |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching
algorithm (same as fzy).
- |sha256()| also accepts a |Blob| as argument.

Others: ~
- the regex engines match correctly case-insensitive multi-byte characters
Expand Down