From b3b0ef3d97d6dec854e4b9906548993e3e7d7cea Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 3 Nov 2024 07:32:23 +0900 Subject: [PATCH] Update version9.{txt,jax} --- doc/version9.jax | 6 ++++-- en/version9.txt | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 0bf30e2ec..c870e40dd 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 27 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02 VIMリファレンスマニュアル by Bram Moolenaar @@ -41597,6 +41597,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート quickfix リスト内の現在の選択を保持しようとすることができます。 - putty 端末は |defaults.vim| の |TermResponse| 自動コマンドを使用して検出さ れ、Vim は暗い背景に切り替わります +- ドキュメントのナビゲーションを容易にするために、|help-TOC| パッケージが含ま + れています。 *added-9.2* 追加要素 ~ @@ -41644,7 +41646,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート オプション: ~ 'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序 -'findexpr' |:find| コマンドの結果を取得するための Vim の式 +'findfunc' |:find| コマンドの結果を取得するための Vim の関数 'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする 'tabclose' タブページを閉じた後にフォーカスするタブページ 't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420) diff --git a/en/version9.txt b/en/version9.txt index 2a3846669..5f9250348 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Oct 27 +*version9.txt* For Vim version 9.1. Last change: 2024 Nov 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41602,6 +41602,7 @@ Changed~ selection in the quickfix list with the "u" action. - the putty terminal is detected using an |TermResponse| autocommand in |defaults.vim| and Vim switches to a dark background +- the |help-TOC| package is included to ease navigating the documentation. *added-9.2* Added ~ @@ -41651,7 +41652,7 @@ Options: ~ 'completeitemalign' Order of |complete-items| in Insert mode completion popup -'findexpr' Vim expression to obtain the results for a |:find| +'findfunc' Vim function to obtain the results for a |:find| command 'winfixbuf' Keep buffer focused in a window 'tabclose' Which tab page to focus after closing a tab page