Skip to content

Commit 932cc36

Browse files
authored
Merge pull request #2600 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 9fbf379 + 8409f03 commit 932cc36

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

doc/builtin.jax

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
1+
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Apr 21
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -11714,6 +11714,8 @@ terminalprops() *terminalprops()*
1171411714
underline_rgb |t_8u| が動くか **
1171511715
mouse サポートするマウスのタイプ
1171611716
kitty Kitty 端末が検出されたか
11717+
decrqm DECRQM シーケンスの送信が機能するかど
11718+
うか
1171711719

1171811720
** 不明ならば値 'u'、はいで 'y'、いいえで 'n'
1171911721

@@ -11732,6 +11734,9 @@ terminalprops() *terminalprops()*
1173211734

1173311735
"mouse" の 'u' は不明なときになる。
1173411736

11737+
"decrqm" が 'y' の場合、Vim は 'termsync' と 'termresize'
11738+
("inband") オプションのサポートについて問い合わせる。
11739+
1173511740
以下も参照:
1173611741
- 'ambiwidth' - |t_u7| を使って検知する。
1173711742
- |t_RS| と |t_RC| の応答については |v:termstyleresp| と

en/builtin.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.2. Last change: 2026 Apr 20
1+
*builtin.txt* For Vim version 9.2. Last change: 2026 Apr 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -11990,6 +11990,7 @@ terminalprops() *terminalprops()*
1199011990
underline_rgb whether |t_8u| works **
1199111991
mouse mouse type supported
1199211992
kitty whether Kitty terminal was detected
11993+
decrqm whether sending DECRQM sequences work
1199311994

1199411995
** value 'u' for unknown, 'y' for yes, 'n' for no
1199511996

@@ -12009,6 +12010,9 @@ terminalprops() *terminalprops()*
1200912010

1201012011
For "mouse" the value 'u' is unknown
1201112012

12013+
If "decrqm" is 'y', then Vim will query support for the
12014+
'termsync' and 'termresize' ("inband") options.
12015+
1201212016
Also see:
1201312017
- 'ambiwidth' - detected by using |t_u7|.
1201412018
- |v:termstyleresp| and |v:termblinkresp| for the response to

0 commit comments

Comments
 (0)