runtime(doc): Fix "Vim script" formatting at :help clipboard-providers
Commit: https://github.com/vim/vim/commit/a820a4540d2186208ba11f99a0cea878cb443e6a Author: Doug Kearns <[email protected]> Date: Sat Dec 20 17:39:32 2025 +0000 runtime(doc): Fix "Vim script" formatting at :help clipboard-providers closes: https://github.com/vim/vim/issues/18966 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Hirohito Higashi <[email protected]> Signed-off-by: Christian Brabandt <[email protected]> diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 439e45291..04a3de8ca 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 9.1. Last change: 2025 Dec 18 +*eval.txt* For Vim version 9.1. Last change: 2025 Dec 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5284,7 +5284,7 @@ Usage: >vim 15. Clipboard providers *clipboard-providers* The clipboard provider feature allows the "+" |quoteplus| and "*" |quotestar| -registers to be overridden by custom Vimscript functions. There can be +registers to be overridden by custom Vim script functions. There can be multiple providers, and Vim chooses which one to use based on 'clipmethod'. Despite the name, it should be treated separate from the clipboard @@ -5295,7 +5295,7 @@ clipboard registers. The clipboard provider feature will respect the "unnamed" and "unnamedplus" values in the 'clipboard' option. Any other value will be ignored. - *clipboard-providers-no-clipboard* + *clipboard-providers-no-clipboard* If the |+clipboard| feature is not enabled, then the "+" and "*" registers will not be enabled/available unless |v:clipmethod| is set to a provider. If it is set to a provider, then the clipboard registers will be exposed despite -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1vX10p-007Gos-Rd%40256bit.org.
