Skip to content

Commit 3c00317

Browse files
authored
Merge pull request #1894 from h-east/update-version9
Update version9.{txt,jax}
2 parents ad26ce2 + 4bbeb7e commit 3c00317

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

doc/version9.jax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 29
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41614,6 +41614,10 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4161441614
完のタイプが提供される。
4161541615
- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近
4161641616
の高 dpi モニターに対応するために 12pt に増やされた。
41617+
- ファイルタイプ検出では、bash スクリプトを "sh" ファイルタイプではなく別の
41618+
"bash" ファイルタイプとして検出するようになった
41619+
- "keyprotocol" オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
41620+
ロトコルを使用) のサポートにより更新された
4161741621

4161841622
*added-9.2*
4161941623
追加要素 ~
@@ -41713,4 +41717,4 @@ z/OS (MVS) での Vim 9 のビルドのサポート。
4171341717
イムファイルの変更 (構文、インデント、ftplugin、ドキュメント等) は含まれる。
4171441718

4171541719

41716-
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:
41720+
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable

en/version9.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 16
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41617,6 +41617,10 @@ Changed~
4161741617
|CompleteDone| autocommand in the |v:event| dictionary
4161841618
- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
4161941619
increased to 12pt to accomodate modern high-dpi monitors
41620+
- filetype detection now detects bash scripts as a separate "bash" filetype
41621+
instead of the "sh" filetype
41622+
- the default value of the 'keyprotocol' option has been updated by support
41623+
for the ghostty terminal emulator (using kitty protocol)
4162041624

4162141625
*added-9.2*
4162241626
Added ~
@@ -41721,4 +41725,4 @@ features, but does not include runtime file changes (syntax, indent, ftplugin,
4172141725
documentation, etc.)
4172241726

4172341727

41724-
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:
41728+
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable

0 commit comments

Comments
 (0)