Skip to content

Commit 0bcdc9a

Browse files
authored
Merge pull request #2251 from h-east/update-version9
Update version9.{txt,jax}
2 parents f3bc2ae + cb7e664 commit 0bcdc9a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/version9.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 08
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41709,6 +41709,8 @@ Ex コマンド: ~
4170941709
- オプションの {opts} |Dict| 引数を |getchar()| に追加して、カーソルの動作、戻
4171041710
り値の型、返されるキーを簡略化するかどうかを制御する
4171141711
- |chdir()| はオプションでスコープ引数を指定できる
41712+
- |matchfuzzy()| と |matchfuzzypos()| は改良されたファジーマッチングアルゴリズ
41713+
ム (fzy と同じ) を使用する。
4171241714

4171341715
その他: ~
4171441716
- 正規表現エンジンは、大文字小文字を区別しないマルチバイト文字に正しくマッチす
@@ -41722,6 +41724,7 @@ Ex コマンド: ~
4172241724
- |gv| はオペレータ待機モードで動作し、中断しない。
4172341725
- GUI 以外の 'tabline' に表示される閉じるボタンは、'mouse' オプションに "a" ま
4172441726
たはフラグ "n"、"v"、"i" のいずれかが含まれている場合にのみ表示される。
41727+
- |C-indenting| は複合リテラルを処理する。
4172541728

4172641729
*added-9.2*
4172741730
追加要素 ~

en/version9.txt

Lines changed: 4 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: 2025 Aug 08
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41723,6 +41723,8 @@ Functions: ~
4172341723
- Add the optional {opts} |Dict| argument to |getchar()| to control: cursor
4172441724
behaviour, return type and whether or not to simplify the returned key
4172541725
- |chdir()| allows to optionally specify a scope argument
41726+
- |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching
41727+
algorithm (same as fzy).
4172641728

4172741729
Others: ~
4172841730
- the regex engines match correctly case-insensitive multi-byte characters
@@ -41736,6 +41738,7 @@ Others: ~
4173641738
- |gv| works in operator pending mode and does not abort
4173741739
- The close button shown in the non-GUI 'tabline' will only be visible if the
4173841740
'mouse' option contains either "a" or any of the flags "n", "v", or "i".
41741+
- |C-indenting| handles compound literals.
4173941742

4174041743
*added-9.2*
4174141744
Added ~

0 commit comments

Comments
 (0)