From d6fe98aa252aa07885ee6f665a2a3f4e2c22972b Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 29 Dec 2024 15:53:25 +0900 Subject: [PATCH 1/3] Update version9.{txt,jax} --- doc/version9.jax | 8 ++++++-- en/version9.txt | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index edbe9ae30..28b4d741e 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 28 VIMリファレンスマニュアル by Bram Moolenaar @@ -41614,6 +41614,10 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート 完のタイプが提供される。 - Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近 の高 dpi モニターに対応するために 12pt に増やされた。 +- ファイルタイプ検出では、bash スクリプトを "sh" ファイルタイプではなく別の + "bash" ファイルタイプとして検出するようになった +- "keyprotocol" オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ + ロトコルを使用) のサポートによって更新された *added-9.2* 追加要素 ~ @@ -41713,4 +41717,4 @@ z/OS (MVS) での Vim 9 のビルドのサポート。 イムファイルの変更 (構文、インデント、ftplugin、ドキュメント等) は含まれる。 - vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual: + vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable diff --git a/en/version9.txt b/en/version9.txt index 8993e3c66..35921032e 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Dec 16 +*version9.txt* For Vim version 9.1. Last change: 2024 Dec 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41617,6 +41617,10 @@ Changed~ |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 +- filetype detection now detects bash scripts as a separate "bash filetype + instead of the "sh" filetype +- the default value of the 'keyprotocol' option has been updated by support + for the ghostty terminal emulator (using kitty protocol) *added-9.2* Added ~ @@ -41721,4 +41725,4 @@ features, but does not include runtime file changes (syntax, indent, ftplugin, documentation, etc.) - vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual: + vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable From 560a32419dcf483e7b01403b9c19213198bd43aa Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 29 Dec 2024 18:39:01 +0900 Subject: [PATCH 2/3] Update by original --- doc/version9.jax | 2 +- en/version9.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 28b4d741e..81c8811ba 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 28 +*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 29 VIMリファレンスマニュアル by Bram Moolenaar diff --git a/en/version9.txt b/en/version9.txt index 35921032e..bb39c4334 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2024 Dec 28 +*version9.txt* For Vim version 9.1. Last change: 2024 Dec 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41617,7 +41617,7 @@ Changed~ |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 -- filetype detection now detects bash scripts as a separate "bash filetype +- filetype detection now detects bash scripts as a separate "bash" filetype instead of the "sh" filetype - the default value of the 'keyprotocol' option has been updated by support for the ghostty terminal emulator (using kitty protocol) From 4bbeb7e014fc79baa82adda95757e5dfd5602d88 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 29 Dec 2024 18:48:39 +0900 Subject: [PATCH 3/3] tweak by review --- doc/version9.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/version9.jax b/doc/version9.jax index 81c8811ba..81af7d5a7 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -41617,7 +41617,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート - ファイルタイプ検出では、bash スクリプトを "sh" ファイルタイプではなく別の "bash" ファイルタイプとして検出するようになった - "keyprotocol" オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ - ロトコルを使用) のサポートによって更新された + ロトコルを使用) のサポートにより更新された *added-9.2* 追加要素 ~