1
- *eval.txt* For Vim version 9.1. Last change: 2025 Aug 23
1
+ *eval.txt* For Vim version 9.1. Last change: 2025 Aug 27
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2245,10 +2245,13 @@ v:clipmethod The current method of accessing the clipboard that is being
2245
2245
used. Can either have the value of:
2246
2246
wayland The Wayland protocol is being used.
2247
2247
x11 X11 selections are being used.
2248
- none The above methods are unavailable or
2249
- cannot be used.
2248
+ gui GUI specific method is being used
2249
+ other Some other method is being used
2250
+ none Clipboard functionality is disabled or
2251
+ unavailable.
2250
2252
See 'clipmethod' for more details.
2251
2253
2254
+
2252
2255
*v:cmdarg* *cmdarg-variable*
2253
2256
v:cmdarg This variable is used for two purposes:
2254
2257
1. The extra arguments given to a file read/write command.
@@ -2893,16 +2896,15 @@ v:termstyleresp The escape sequence returned by the terminal for the |t_RS|
2893
2896
*v:termrbgresp*
2894
2897
v:termrbgresp The escape sequence returned by the terminal for the | t_RB |
2895
2898
termcap entry. This is used to find out what the terminal
2896
- background color is; see 'background' . When this option is
2897
- set, the TermResponseAll autocommand event is fired, with
2898
- <amatch> set to "background".
2899
+ background color is; see 'background' . This is set by the
2900
+ $VIMRUNTIME/plugin/colorresp.vim plugin normally included with
2901
+ Vim, but can be set manually if you know what you are doing.
2902
+ Note that changing this will not do anything.
2899
2903
2900
2904
*v:termrfgresp*
2901
2905
v:termrfgresp The escape sequence returned by the terminal for the | t_RF |
2902
2906
termcap entry. This is used to find out what the terminal
2903
- foreground color is. When this option is set, the
2904
- TermResponseAll autocommand event is fired, with <amatch> set
2905
- to "foreground".
2907
+ foreground color is. Behaves the same as | v:termrbgresp |
2906
2908
2907
2909
*v:termu7resp*
2908
2910
v:termu7resp The escape sequence returned by the terminal for the | t_u7 |
@@ -2917,6 +2919,14 @@ v:termda1 The escape sequence returned by a primary device attributes
2917
2919
TermResponseAll autocommand event is fired, with <amatch> set
2918
2920
to "da1". Can be used to detect OSC 52 support in a terminal.
2919
2921
2922
+ *v:termosc*
2923
+ v:termosc The escape sequence of the most recent OSC response received
2924
+ from the terminal. When this option is set, the
2925
+ | TermResponseAll | autocommand event is fired, with <amatch>
2926
+ set to "osc". Also used to set the | v:termrbgresp | and
2927
+ | v:termrfgresp | via the $VIMRUNTIME/plugin/colorresp.vim
2928
+ plugin
2929
+
2920
2930
*v:testing* *testing-variable*
2921
2931
v:testing Must be set before using `test_garbagecollect_now ()` .
2922
2932
Also, when set certain error messages won't be shown for 2
0 commit comments