Skip to content

Commit 628aa21

Browse files
authored
Merge pull request #1938 from h-east/update-version9
Update version9.{txt,jax}
2 parents 95151aa + a2b5f87 commit 628aa21

File tree

2 files changed

+33
-22
lines changed

2 files changed

+33
-22
lines changed

doc/version9.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41561,6 +41561,20 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4156141561
'diffopt' 設定に "linematch" アルゴリズムを含める。これにより、類似の行のバッ
4156241562
ファ間の変更が揃えられ、Vim での diff のハイライトが改善される
4156341563

41564+
調整されたデフォルト値 ~
41565+
----------------------
41566+
41567+
- デフォルトの 'history' オプションの値が 200 に増加され、|defaults.vim| から
41568+
削除された
41569+
- Vim のデフォルトの 'backspace' オプションは "indent,eol,start" に設定され、
41570+
|defaults.vim| から削除された
41571+
- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近
41572+
の高 dpi モニターに対応するために 12pt に増やされた。
41573+
- 'keyprotocol' オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
41574+
ロトコルを使用) のサポートにより更新された
41575+
- 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている
41576+
場合、'termguicolors' は自動的に有効になる
41577+
4156441578
*changed-9.2*
4156541579
変更点 ~
4156641580
------
@@ -41606,16 +41620,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4160641620
|py3eval()|
4160741621
- |getwininfo()| はウィンドウの "leftcol" プロパティも返すようになった
4160841622
- 'rulerformat' は |stl-%!| 項目をサポートするようになった
41609-
- デフォルトの 'history' オプションの値が 200 に増加され、|defaults.vim| から
41610-
削除された
41611-
- Vim のデフォルトの 'backspace' オプションは "indent,eol,start" に設定され、
41612-
|defaults.vim| から削除された
4161341623
- |CompleteDone| 自動コマンドを処理するとき、|v:event| 辞書に補完した単語と補
4161441624
完のタイプが提供される。
41615-
- Vim (Windows および Unix) の GTK ビルドのデフォルトのフォントサイズが、最近
41616-
の高 dpi モニターに対応するために 12pt に増やされた。
41617-
- "keyprotocol" オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
41618-
ロトコルを使用) のサポートにより更新された
4161941625
- |complete_info()| は、"matches" キーを介してポップアップメニューに表示される
4162041626
マッチのリストを返す
4162141627
- |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース
@@ -41626,8 +41632,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4162641632
"preinsert" - 挿入する値をハイライトする
4162741633
- |dist#vim9#Launch()| と |dist#vim9#Open()| を |vim-script-library| に追加し、
4162841634
|netrw| から切り離す
41629-
- 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている
41630-
場合、'termguicolors' は自動的に有効になる
41635+
- ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT"
4163141636

4163241637
*added-9.2*
4163341638
追加要素 ~
@@ -41653,6 +41658,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4165341658
識別子を取得
4165441659
|matchbufline()| バッファ内のすべてのパターンのマッチ
4165541660
|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
41661+
|ngettext()| 単一/複数の翻訳メッセージの検索
4165641662
|popup_setbuf()| ポップアップを別のバッファに切り替える
4165741663
|str2blob()| 文字列のリストを blob に変換する
4165841664

en/version9.txt

Lines changed: 16 additions & 11 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 26
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Feb 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41571,6 +41571,19 @@ Include the "linematch" algorithm for the 'diffopt' setting. This aligns
4157141571
changes between buffers on similar lines improving the diff highlighting in
4157241572
Vim
4157341573

41574+
Adjusted default values ~
41575+
-----------------------
41576+
- the default 'history' option value has been increased to 200 and removed
41577+
from |defaults.vim|
41578+
- the default 'backspace' option for Vim has been set to "indent,eol,start"
41579+
and removed from |defaults.vim|
41580+
- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
41581+
increased to 12pt to accomodate modern high-dpi monitors
41582+
- the default value of the 'keyprotocol' option has been updated and support
41583+
for the ghostty terminal emulator (using kitty protocol) has been added
41584+
- 'termguicolors' is automatically enabled if the terminal supports the RGB
41585+
terminfo capability or supports 0x1000000 colors
41586+
4157441587
*changed-9.2*
4157541588
Changed~
4157641589
-------
@@ -41611,16 +41624,8 @@ Changed~
4161141624
- allow to pass local Vim script variables to python interpreter |py3eval()|
4161241625
- |getwininfo()| now also returns the "leftcol" property for a window
4161341626
- 'rulerformat' now supports the |stl-%!| item
41614-
- the default 'history' option value has been increased to 200 and removed
41615-
from |defaults.vim|
41616-
- the default 'backspace' option for Vim has been set to "indent,eol,start"
41617-
and removed from |defaults.vim|
4161841627
- the completed word and completion type are provided when handling the
4161941628
|CompleteDone| autocommand in the |v:event| dictionary
41620-
- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
41621-
increased to 12pt to accomodate modern high-dpi monitors
41622-
- the default value of the 'keyprotocol' option has been updated by support
41623-
for the ghostty terminal emulator (using kitty protocol)
4162441629
- |complete_info()| returns the list of matches shown in the poppu menu via
4162541630
the "matches" key
4162641631
- |v:stacktrace| The stack trace of the exception most recently caught and
@@ -41630,8 +41635,7 @@ Changed~
4163041635
"preinsert" - highlight to be inserted values
4163141636
- add |dist#vim9#Launch()| and |dist#vim9#Open()| to the |vim-script-library|
4163241637
and decouple it from |netrw|
41633-
- 'termguicolors' is automatically enabled if the terminal supports the RGB
41634-
terminfo capability or supports 0x1000000 colors
41638+
- new digraph "APPROACHES THE LIMIT" using ".="
4163541639

4163641640
*added-9.2*
4163741641
Added ~
@@ -41657,6 +41661,7 @@ Functions: ~
4165741661
Channel or Blob variable
4165841662
|matchbufline()| all the matches of a pattern in a buffer
4165941663
|matchstrlist()| all the matches of a pattern in a List of strings
41664+
|ngettext()| lookup single/plural message translation
4166041665
|popup_setbuf()| switch to a different buffer in a popup
4166141666
|str2blob()| convert a List of strings into a blob
4166241667

0 commit comments

Comments
 (0)