Skip to content

Commit 1ce8cc8

Browse files
committed
Update eval.{txt,jax}
1 parent c0a46ae commit 1ce8cc8

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

doc/eval.jax

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Aug 20
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Aug 23
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2165,8 +2165,8 @@ v:beval_winid マウスポインタがあるウィンドウのウィンドウID
21652165
v:char 'formatexpr' を評価しているときの引数。また、短縮入力
21662166
|:map-<expr>|<expr> を指定しているとき、タイプされた文字を
21672167
保持する。
2168-
これは |InsertCharPre||InsertEnter| および |KeyInputPre|
2169-
ベントでも使われる
2168+
これは |InsertCharPre||InsertEnter||KeyInputPre|
2169+
|CmdlineLeave| および |CmdlineLeavePre| イベントでも使われる
21702170

21712171
*v:charconvert_from* *charconvert_from-variable*
21722172
v:charconvert_from
@@ -2835,6 +2835,13 @@ v:termu7resp termcapのエントリ |t_u7| で端末から返されるエスケ
28352835
<amatch> に "ambiguouswidth" がセットされた状態で自動コマンド
28362836
イベント TermResponseAll が発生する。
28372837

2838+
*v:termda1*
2839+
v:termda1 端末からのプライマリデバイス属性 (DA1) クエリによって返される
2840+
エスケープシーケンス。このオプションが設定されている場合、
2841+
TermResponseAll 自動コマンドイベントが起動され、<amatch>
2842+
"da1" に設定される。端末の OSC 52 サポートを検出するために使用
2843+
できる。
2844+
28382845
*v:testing* *testing-variable*
28392846
v:testing `test_garbagecollect_now()` を使う前に設定する必要がある。
28402847
また、これが設定されていると、特定のエラーメッセージが 2 秒間

en/eval.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2025 Aug 20
1+
*eval.txt* For Vim version 9.1. Last change: 2025 Aug 23
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2227,8 +2227,8 @@ v:beval_winid The |window-ID| of the window, over which the mouse pointer
22272227
*v:char* *char-variable*
22282228
v:char Argument for evaluating 'formatexpr' and used for the typed
22292229
character when using <expr> in an abbreviation |:map-<expr>|.
2230-
It is also used by the |InsertCharPre|, |InsertEnter| and
2231-
|KeyInputPre| events.
2230+
It is also used by the |InsertCharPre|, |InsertEnter|,
2231+
|KeyInputPre|, |CmdlineLeave| and |CmdlineLeavePre| events.
22322232

22332233
*v:charconvert_from* *charconvert_from-variable*
22342234
v:charconvert_from
@@ -2911,6 +2911,12 @@ v:termu7resp The escape sequence returned by the terminal for the |t_u7|
29112911
this option is set, the TermResponseAll autocommand event is
29122912
fired, with <amatch> set to "ambiguouswidth".
29132913

2914+
*v:termda1*
2915+
v:termda1 The escape sequence returned by a primary device attributes
2916+
(DA1) query from the terminal. When this option is set, the
2917+
TermResponseAll autocommand event is fired, with <amatch> set
2918+
to "da1". Can be used to detect OSC 52 support in a terminal.
2919+
29142920
*v:testing* *testing-variable*
29152921
v:testing Must be set before using `test_garbagecollect_now()`.
29162922
Also, when set certain error messages won't be shown for 2

0 commit comments

Comments
 (0)