Skip to content

Commit 70299bc

Browse files
authored
Merge pull request #1945 from h-east/update-version9
Update version9.{txt,jax}
2 parents 8d00e74 + a74736a commit 70299bc

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: 2025 Feb 01
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41635,6 +41635,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4163541635
- ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT"
4163641636
- オプションの {opts} |Dict| 引数を |getchar()| に追加して、カーソルの動作、戻
4163741637
り値の型、返されるキーを簡略化するかどうかを制御する
41638+
- 複数行の補完を期待通りに処理する
4163841639

4163941640
*added-9.2*
4164041641
追加要素 ~
@@ -41691,6 +41692,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4169141692
オプション: ~
4169241693

4169341694
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
41695+
'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
4169441696
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
4169541697
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
4169641698
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする

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: 2025 Feb 01
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Feb 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41638,6 +41638,7 @@ Changed~
4163841638
- new digraph "APPROACHES THE LIMIT" using ".="
4163941639
- Add the optional {opts} |Dict| argument to |getchar()| to control: cursor
4164041640
behaviour, return type and whether or not to simplify the returned key
41641+
- handle multi-line completion as expected
4164141642

4164241643
*added-9.2*
4164341644
Added ~
@@ -41696,6 +41697,7 @@ Options: ~
4169641697

4169741698
'completeitemalign' Order of |complete-items| in Insert mode completion
4169841699
popup
41700+
'eventignorewin' autocommand events that are ignored in a window
4169941701
'findfunc' Vim function to obtain the results for a |:find|
4170041702
command
4170141703
'messagesopt' configure |:messages| and |hit-enter| prompt

0 commit comments

Comments
 (0)