Skip to content
Open
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
13 changes: 10 additions & 3 deletions doc/eval.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Aug 20
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Aug 23


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

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

*v:termda1*
v:termda1 端末からのプライマリデバイス属性 (DA1) クエリによって返される
エスケープシーケンス。このオプションが設定されている場合、
TermResponseAll 自動コマンドイベントが起動され、<amatch> が
"da1" に設定される。端末の OSC 52 サポートを検出するために使用
できる。

*v:testing* *testing-variable*
v:testing `test_garbagecollect_now()` を使う前に設定する必要がある。
また、これが設定されていると、特定のエラーメッセージが 2 秒間
Expand Down
12 changes: 9 additions & 3 deletions en/eval.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 9.1. Last change: 2025 Aug 20
*eval.txt* For Vim version 9.1. Last change: 2025 Aug 23


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

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

*v:termda1*
v:termda1 The escape sequence returned by a primary device attributes
(DA1) query from the terminal. When this option is set, the
TermResponseAll autocommand event is fired, with <amatch> set
to "da1". Can be used to detect OSC 52 support in a terminal.

*v:testing* *testing-variable*
v:testing Must be set before using `test_garbagecollect_now()`.
Also, when set certain error messages won't be shown for 2
Expand Down