Commit: runtime(doc): Fix "Vim script" formatting at :help clipboard-providers

0 views
Skip to first unread message

Christian Brabandt

unread,
Dec 20, 2025, 12:45:54 PM (14 hours ago) Dec 20
to vim...@googlegroups.com
runtime(doc): Fix "Vim script" formatting at :help clipboard-providers

Commit: https://github.com/vim/vim/commit/a820a4540d2186208ba11f99a0cea878cb443e6a
Author: Doug Kearns <dougk...@gmail.com>
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 <dougk...@gmail.com>
Signed-off-by: Hirohito Higashi <h.eas...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

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
Reply all
Reply to author
Forward
0 new messages