|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -2227,8 +2227,8 @@ v:beval_winid The |window-ID| of the window, over which the mouse pointer |
2227 | 2227 | *v:char* *char-variable* |
2228 | 2228 | v:char Argument for evaluating 'formatexpr' and used for the typed |
2229 | 2229 | 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. |
2232 | 2232 |
|
2233 | 2233 | *v:charconvert_from* *charconvert_from-variable* |
2234 | 2234 | v:charconvert_from |
@@ -2911,6 +2911,12 @@ v:termu7resp The escape sequence returned by the terminal for the |t_u7| |
2911 | 2911 | this option is set, the TermResponseAll autocommand event is |
2912 | 2912 | fired, with <amatch> set to "ambiguouswidth". |
2913 | 2913 |
|
| 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 | + |
2914 | 2920 | *v:testing* *testing-variable* |
2915 | 2921 | v:testing Must be set before using `test_garbagecollect_now()`. |
2916 | 2922 | Also, when set certain error messages won't be shown for 2 |
|
0 commit comments