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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2245,10 +2245,13 @@ v:clipmethod The current method of accessing the clipboard that is being
22452245 used. Can either have the value of:
22462246 wayland The Wayland protocol is being used.
22472247 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.
22502252 See 'clipmethod' for more details.
22512253
2254+
22522255 *v:cmdarg* *cmdarg-variable*
22532256v:cmdarg This variable is used for two purposes:
22542257 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|
28932896 *v:termrbgresp*
28942897v:termrbgresp The escape sequence returned by the terminal for the | t_RB |
28952898 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.
28992903
29002904 *v:termrfgresp*
29012905v:termrfgresp The escape sequence returned by the terminal for the | t_RF |
29022906 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 |
29062908
29072909 *v:termu7resp*
29082910v: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
29172919 TermResponseAll autocommand event is fired, with <amatch> set
29182920 to "da1". Can be used to detect OSC 52 support in a terminal.
29192921
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+
29202930 *v:testing* *testing-variable*
29212931v:testing Must be set before using `test_garbagecollect_now ()` .
29222932 Also, when set certain error messages won't be shown for 2
0 commit comments