From 5582a04d1f3003d34d7ad0317e91b0925f2cbbf7 Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 6 Dec 2024 08:47:13 +0900 Subject: [PATCH 1/4] Update version9.{txt,jax} --- doc/version9.jax | 4 +++- en/version9.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index aea1c07a3..c232a8757 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 28 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 05 VIMリファレンスマニュアル by Bram Moolenaar @@ -41610,6 +41610,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート 削除されました - Vim のデフォルトの 'backspace' オプションは "indent,eol,start" に設定さ れ、|defaults.vim| から削除されました +- |CompleteDone| 自動コマンドを処理するとき、|v:event| 辞書に補完した単語と補 + 完のタイプが提供されます。 *added-9.2* 追加要素 ~ diff --git a/en/version9.txt b/en/version9.txt index 2aadcd3f4..f5f77b3e9 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Nov 28 +*version9.txt* For Vim version 9.1. Last change: 2024 Dec 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41613,6 +41613,8 @@ Changed~ from |defaults.vim| - the default 'backspace' option for Vim has been set to "indent,eol,start" and removed from |defaults.vim| +- the completed word and completion type are provided when handling the + |CompleteDone| autocommand in the |v:event| dictionary *added-9.2* Added ~ From ad737b35b654b704ea411fc8f5f364291e737902 Mon Sep 17 00:00:00 2001 From: h-east Date: Sat, 7 Dec 2024 01:47:10 +0900 Subject: [PATCH 2/4] Update by original --- doc/version9.jax | 4 ++-- en/version9.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index c232a8757..509cddb51 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 05 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06 VIMリファレンスマニュアル by Bram Moolenaar @@ -41661,7 +41661,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート 'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序 'findfunc' |:find| コマンドの結果を取得するための Vim の関数 -'msghistory' 記憶するメッセージの最大数 +'messagesopt' |:messages| と |hit-enter| プロンプトを設定する 'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする 'tabclose' タブページを閉じた後にフォーカスするタブページ 't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420) diff --git a/en/version9.txt b/en/version9.txt index f5f77b3e9..312a1c23e 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Dec 05 +*version9.txt* For Vim version 9.1. Last change: 2024 Dec 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41667,7 +41667,7 @@ Options: ~ popup 'findfunc' Vim function to obtain the results for a |:find| command -'msghistory' Max number of messages to remember +'messagesopt' configure |:messages| and |hit-enter| prompt 'winfixbuf' Keep buffer focused in a window 'tabclose' Which tab page to focus after closing a tab page 't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420) From b6e5520c81601e6d8b37ee7d2d2525b7568321d7 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 9 Dec 2024 01:04:23 +0900 Subject: [PATCH 3/4] Update by original --- doc/version9.jax | 2 ++ en/version9.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/version9.jax b/doc/version9.jax index 509cddb51..5b9427fce 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -41612,6 +41612,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート れ、|defaults.vim| から削除されました - |CompleteDone| 自動コマンドを処理するとき、|v:event| 辞書に補完した単語と補 完のタイプが提供されます。 +- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最新 + の高 dpi モニターに対応するために 12pt に増やされました。 *added-9.2* 追加要素 ~ diff --git a/en/version9.txt b/en/version9.txt index 312a1c23e..76911425c 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -41615,6 +41615,8 @@ Changed~ and removed from |defaults.vim| - the completed word and completion type are provided when handling the |CompleteDone| autocommand in the |v:event| dictionary +- the default fontsize for the GTK builds of Vim (Windows and Unix) has been + increased to 12pt to accomodate modern high-dpi monitors *added-9.2* Added ~ From 76ffcc7e2a64335ee165204153f7e4293840b9f1 Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 11 Dec 2024 07:44:41 +0900 Subject: [PATCH 4/4] Tweak --- doc/version9.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/version9.jax b/doc/version9.jax index 5b9427fce..85f63fb23 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -41612,7 +41612,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート れ、|defaults.vim| から削除されました - |CompleteDone| 自動コマンドを処理するとき、|v:event| 辞書に補完した単語と補 完のタイプが提供されます。 -- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最新 +- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近 の高 dpi モニターに対応するために 12pt に増やされました。 *added-9.2*