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


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

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

'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
Expand Down
4 changes: 3 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 Feb 01
*version9.txt* For Vim version 9.1. Last change: 2025 Feb 08


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

*added-9.2*
Added ~
Expand Down Expand Up @@ -41696,6 +41697,7 @@ Options: ~

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