|
1 |
| -*eval.txt* For Vim version 9.1. Last change: 2025 Jun 04 |
| 1 | +*eval.txt* For Vim version 9.1. Last change: 2025 Jun 27 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -2240,6 +2240,15 @@ v:charconvert_to
|
2240 | 2240 | The name of the character encoding of a file after conversion.
|
2241 | 2241 | Only valid while evaluating the 'charconvert' option.
|
2242 | 2242 |
|
| 2243 | + *v:clipmethod* |
| 2244 | +v:clipmethod The current method of accessing the clipboard that is being |
| 2245 | + used. Can either have the value of: |
| 2246 | + wayland The Wayland protocol is being used. |
| 2247 | + x11 X11 selections are being used. |
| 2248 | + none The above methods are unavailable |
| 2249 | + or cannot be used. |
| 2250 | + See 'clipmethod' for more details. |
| 2251 | + |
2243 | 2252 | *v:cmdarg* *cmdarg-variable*
|
2244 | 2253 | v:cmdarg This variable is used for two purposes:
|
2245 | 2254 | 1. The extra arguments given to a file read/write command.
|
@@ -2969,6 +2978,12 @@ v:vim_did_enter Zero until most of startup is done. It is set to one just
|
2969 | 2978 | *v:warningmsg* *warningmsg-variable*
|
2970 | 2979 | v:warningmsg Last given warning message. It's allowed to set this variable.
|
2971 | 2980 |
|
| 2981 | + *v:wayland_display* |
| 2982 | +v:wayland_display |
| 2983 | + The name of the Wayland display that Vim is connected to. |
| 2984 | + Equivalent to the $WAYLAND_DISPLAY environment variable. |
| 2985 | + If this is empty, then Vim is not connected to any display. |
| 2986 | + |
2972 | 2987 | *v:windowid* *windowid-variable*
|
2973 | 2988 | v:windowid When any X11/Wayland based GUI is running or when running in a
|
2974 | 2989 | terminal and Vim connects to the X server (|-X|) this will be
|
|
0 commit comments