File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41635,6 +41635,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41635
41635
- ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT"
41636
41636
- オプションの {opts} |Dict| 引数を |getchar()| に追加して、カーソルの動作、戻
41637
41637
り値の型、返されるキーを簡略化するかどうかを制御する
41638
+ - 複数行の補完を期待通りに処理する
41638
41639
41639
41640
*added-9.2*
41640
41641
追加要素 ~
@@ -41691,6 +41692,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41691
41692
オプション: ~
41692
41693
41693
41694
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
41695
+ 'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
41694
41696
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
41695
41697
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
41696
41698
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41638,6 +41638,7 @@ Changed~
41638
41638
- new digraph "APPROACHES THE LIMIT" using ".="
41639
41639
- Add the optional {opts} |Dict| argument to |getchar()| to control: cursor
41640
41640
behaviour, return type and whether or not to simplify the returned key
41641
+ - handle multi-line completion as expected
41641
41642
41642
41643
*added-9.2*
41643
41644
Added ~
@@ -41696,6 +41697,7 @@ Options: ~
41696
41697
41697
41698
'completeitemalign' Order of |complete-items| in Insert mode completion
41698
41699
popup
41700
+ 'eventignorewin' autocommand events that are ignored in a window
41699
41701
'findfunc' Vim function to obtain the results for a |:find|
41700
41702
command
41701
41703
'messagesopt' configure |:messages| and |hit-enter| prompt
You can’t perform that action at this time.
0 commit comments