Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version9.{txt,jax} #1894

Merged
merged 3 commits into from
Dec 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41614,6 +41614,10 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
完のタイプが提供される。
- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近
の高 dpi モニターに対応するために 12pt に増やされた。
- ファイルタイプ検出では、bash スクリプトを "sh" ファイルタイプではなく別の
"bash" ファイルタイプとして検出するようになった
- "keyprotocol" オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
ロトコルを使用) のサポートによって更新された

tsuyoshicho marked this conversation as resolved.
Show resolved Hide resolved
*added-9.2*
追加要素 ~
Expand Down Expand Up @@ -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
8 changes: 6 additions & 2 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 ~
Expand Down Expand Up @@ -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
Loading