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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41597,6 +41597,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4159741597 quickfix リスト内の現在の選択を保持しようとすることができます。
4159841598- putty 端末は |defaults.vim| の |TermResponse| 自動コマンドを使用して検出さ
4159941599 れ、Vim は暗い背景に切り替わります
41600+ - ドキュメントのナビゲーションを容易にするために、|help-TOC| パッケージが含ま
41601+ れています。
4160041602
4160141603 *added-9.2*
4160241604追加要素 ~
@@ -41644,7 +41646,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4164441646オプション: ~
4164541647
4164641648'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
41647- 'findexpr ' |:find| コマンドの結果を取得するための Vim の式
41649+ 'findfunc ' |:find| コマンドの結果を取得するための Vim の関数
4164841650'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
4164941651'tabclose' タブページを閉じた後にフォーカスするタブページ
4165041652'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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41602,6 +41602,7 @@ Changed~
4160241602 selection in the quickfix list with the "u" action.
4160341603- the putty terminal is detected using an |TermResponse| autocommand in
4160441604 |defaults.vim| and Vim switches to a dark background
41605+ - the |help-TOC| package is included to ease navigating the documentation.
4160541606
4160641607 *added-9.2*
4160741608Added ~
@@ -41651,7 +41652,7 @@ Options: ~
4165141652
4165241653'completeitemalign' Order of |complete-items| in Insert mode completion
4165341654 popup
41654- 'findexpr ' Vim expression to obtain the results for a |:find|
41655+ 'findfunc ' Vim function to obtain the results for a |:find|
4165541656 command
4165641657'winfixbuf' Keep buffer focused in a window
4165741658'tabclose' Which tab page to focus after closing a tab page
You can’t perform that action at this time.
0 commit comments