File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 27
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41597,6 +41597,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41597
41597
quickfix リスト内の現在の選択を保持しようとすることができます。
41598
41598
- putty 端末は |defaults.vim| の |TermResponse| 自動コマンドを使用して検出さ
41599
41599
れ、Vim は暗い背景に切り替わります
41600
+ - ドキュメントのナビゲーションを容易にするために、|help-TOC| パッケージが含ま
41601
+ れています。
41600
41602
41601
41603
*added-9.2*
41602
41604
追加要素 ~
@@ -41644,7 +41646,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41644
41646
オプション: ~
41645
41647
41646
41648
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
41647
- 'findexpr ' |:find| コマンドの結果を取得するための Vim の式
41649
+ 'findfunc ' |:find| コマンドの結果を取得するための Vim の関数
41648
41650
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41649
41651
'tabclose' タブページを閉じた後にフォーカスするタブページ
41650
41652
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2024 Oct 27
1
+ *version9.txt* For Vim version 9.1. Last change: 2024 Nov 02
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41602,6 +41602,7 @@ Changed~
41602
41602
selection in the quickfix list with the "u" action.
41603
41603
- the putty terminal is detected using an |TermResponse| autocommand in
41604
41604
|defaults.vim| and Vim switches to a dark background
41605
+ - the |help-TOC| package is included to ease navigating the documentation.
41605
41606
41606
41607
*added-9.2*
41607
41608
Added ~
@@ -41651,7 +41652,7 @@ Options: ~
41651
41652
41652
41653
'completeitemalign' Order of |complete-items| in Insert mode completion
41653
41654
popup
41654
- 'findexpr ' Vim expression to obtain the results for a |:find|
41655
+ 'findfunc ' Vim function to obtain the results for a |:find|
41655
41656
command
41656
41657
'winfixbuf' Keep buffer focused in a window
41657
41658
'tabclose' Which tab page to focus after closing a tab page
You can’t perform that action at this time.
0 commit comments