|
1 | | -*various.txt* For Vim version 9.1. Last change: 2025 Oct 12 |
| 1 | +*various.txt* For Vim version 9.1. Last change: 2025 Oct 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -378,7 +378,14 @@ m *+channel* inter process communication |channel| |
378 | 378 | T *+cindent* 'cindent', C indenting; Always enabled |
379 | 379 | N *+clientserver* Unix and Win32: Remote invocation |clientserver| |
380 | 380 | *+clipboard* |clipboard| support compiled-in |
| 381 | +N *+clipboard_provider* |clipboard-providers| support compiled-in |
381 | 382 | *+clipboard_working* |clipboard| support compiled-in and working |
| 383 | + *+clipboard_star_avail* |
| 384 | + |clipboard| support compiled-in and star "*" register |
| 385 | + available |
| 386 | + *+clipboard_plus_avail* |
| 387 | + |clipboard| support compiled-in and separate plus "+" |
| 388 | + register available |
382 | 389 | T *+cmdline_compl* command line completion |cmdline-completion| |
383 | 390 | T *+cmdline_hist* command line history |cmdline-history| |
384 | 391 | T *+cmdline_info* 'showcmd' and 'ruler'; Always enabled since |
@@ -807,7 +814,10 @@ K Run a program to lookup the keyword under the |
807 | 814 | :clip[reset] Attempts to choose a new method for accessing the |
808 | 815 | clipboard, using the 'clipmethod' option. This is |
809 | 816 | useful when the current method has become unavailable, |
810 | | - and you want to try using another method. |
| 817 | + and you want to try using another method. If the |
| 818 | + |+clipboard_provider| feature is being used, this |
| 819 | + command should be called after the availability of one |
| 820 | + of the clipboard registers changes. |
811 | 821 | {only available when compiled with the |+clipboard| |
812 | 822 | feature} |
813 | 823 |
|
|
0 commit comments