From: Foxe Chen Date: Fri, 15 May 2026 09:46:47 +0000 (+0000) Subject: runtime(doc): update doc for clipboard provider X-Git-Tag: v9.2.0483~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=37d61dae7272752269a57da34bff2278e5304f4e;p=thirdparty%2Fvim.git runtime(doc): update doc for clipboard provider closes: #20217 Signed-off-by: Foxe Chen Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index a73055b098..71585da898 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 9.2. Last change: 2026 Feb 14 +*eval.txt* For Vim version 9.2. Last change: 2026 May 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5367,6 +5367,9 @@ order: is an empty string, then the type is automatically chosen. 2. A |list| of strings to return to Vim, each representing a line. +If an invalid value is returned, then this is not an error. Instead the +register will be left unchanged (not cleared). + *clipboard-providers-copy* The "copy" callback returns nothing and takes the following arguments in the following order: