|
1 |
| -*various.txt* For Vim version 9.1. Last change: 2025 Jun 10 |
| 1 | +*various.txt* For Vim version 9.1. Last change: 2025 Jun 28 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -524,6 +524,8 @@ T *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
|
524 | 524 | T *+visualextra* extra Visual mode commands |blockwise-operators|
|
525 | 525 | T *+vreplace* |gR| and |gr|
|
526 | 526 | *+vtp* on MS-Windows console: support for 'termguicolors'
|
| 527 | +N *+wayland* Unix only: support for the Wayland protocol. |
| 528 | +N *+wayland_clipboard* Unix only: support for Wayland selections/clipboard. |
527 | 529 | T *+wildignore* |'wildignore'| Always enabled since 9.0.0278
|
528 | 530 | T *+wildmenu* |'wildmenu'| Always enabled since 9.0.0279
|
529 | 531 | T *+windows* more than one window; Always enabled since 8.0.1118.
|
@@ -791,7 +793,15 @@ K Run a program to lookup the keyword under the
|
791 | 793 | was used for the previous execution of this command.
|
792 | 794 | If the value was never specified, then it uses the
|
793 | 795 | value of $DISPLAY environment variable as it was when
|
794 |
| - Vim was started. |
| 796 | + Vim was started. This will also update |v:clipmethod|. |
| 797 | + {only available when compiled with the |
| 798 | + |+xterm_clipboard| feature} |
| 799 | + |
| 800 | + *:clipreset* *:clip* |
| 801 | +:clip[reset] Attempts to choose a new method for accessing the |
| 802 | + clipboard, using the 'clipmethod' option. This is |
| 803 | + useful when the current method has become unavailable, |
| 804 | + and you want to try using another method. |
795 | 805 | {only available when compiled with the |+clipboard|
|
796 | 806 | feature}
|
797 | 807 |
|
|
0 commit comments