Skip to content

Commit 5f6d6f5

Browse files
authored
Merge pull request #1918 from h-east/update-version9
Update version9.{txt,jax}
2 parents f6877f3 + e9a4368 commit 5f6d6f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/version9.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 12
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 18
22

33

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

4163441632
|base64_decode()| base64 文字列を blob にデコードする
4163541633
|base64_encode()| blob を base64 文字列にエンコードする
41634+
|blob2str()| blob を文字列のリストに変換する
4163641635
|bindtextdomain()| メッセージの翻訳検索のベースパスを設定する
4163741636
|diff()| 2 つの文字列のリストの差分
4163841637
|filecopy()| ファイル {from} を {to} にコピー
@@ -41648,6 +41647,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4164841647
|matchbufline()| バッファ内のすべてのパターンのマッチ
4164941648
|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
4165041649
|popup_setbuf()| ポップアップを別のバッファに切り替える
41650+
|str2blob()| 文字列のリストを blob に変換する
4165141651

4165241652

4165341653
自動コマンド: ~

en/version9.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 12
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41617,8 +41617,6 @@ 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
4162241620
- the default value of the 'keyprotocol' option has been updated by support
4162341621
for the ghostty terminal emulator (using kitty protocol)
4162441622
- |complete_info()| returns the list of matches shown in the poppu menu via
@@ -41638,6 +41636,7 @@ Functions: ~
4163841636

4163941637
|base64_decode()| decode a base64 string into a blob
4164041638
|base64_encode()| encode a blob into a base64 string
41639+
|blob2str()| convert a blob into a List of strings
4164141640
|bindtextdomain()| set message lookup translation base path
4164241641
|diff()| diff two Lists of strings
4164341642
|filecopy()| copy a file {from} to {to}
@@ -41653,6 +41652,7 @@ Functions: ~
4165341652
|matchbufline()| all the matches of a pattern in a buffer
4165441653
|matchstrlist()| all the matches of a pattern in a List of strings
4165541654
|popup_setbuf()| switch to a different buffer in a popup
41655+
|str2blob()| convert a List of strings into a blob
4165641656

4165741657

4165841658
Autocommands: ~

0 commit comments

Comments
 (0)