File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim バージョン 9.1. Last change: 2025 Jun 27
1
+ *eval.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim version 9.1. Last change: 2025 Jun 27
1
+ *eval.txt* For Vim version 9.1. Last change: 2025 Jun 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2242,11 +2242,11 @@ v:charconvert_to
2242
2242
2243
2243
*v:clipmethod*
2244
2244
v:clipmethod The current method of accessing the clipboard that is being
2245
- used. Can either have the value of:
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
2249
- or cannot be used.
2248
+ none The above methods are unavailable or
2249
+ cannot be used.
2250
2250
See 'clipmethod' for more details.
2251
2251
2252
2252
*v:cmdarg* *cmdarg-variable*
You can’t perform that action at this time.
0 commit comments