aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2024-03-29 15:43:26 +0100
committerGitHub <noreply@github.com>2024-03-29 09:43:26 -0500
commit8424c64498460c55adb05d50524c42b06dff8103 (patch)
tree71b2af428ad329daf9ca73071769455be651a35f
parent74776dfb2ac497ab63a80ceea07b38c142b2c048 (diff)
downloadrneovim-8424c64498460c55adb05d50524c42b06dff8103.tar.gz
rneovim-8424c64498460c55adb05d50524c42b06dff8103.tar.bz2
rneovim-8424c64498460c55adb05d50524c42b06dff8103.zip
docs: document setting g:clipboard to v:false (#28085)
-rw-r--r--runtime/doc/provider.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt
index b8182347f8..a39f4bc5d7 100644
--- a/runtime/doc/provider.txt
+++ b/runtime/doc/provider.txt
@@ -185,7 +185,7 @@ See 'clipboard' for details and options.
The presence of a working clipboard tool implicitly enables the '+' and "*"
registers. Nvim looks for these clipboard tools, in order of priority:
- - |g:clipboard|
+ - |g:clipboard| (unless unset or `false`)
- pbcopy, pbpaste (macOS)
- wl-copy, wl-paste (if $WAYLAND_DISPLAY is set)
- waycopy, waypaste (if $WAYLAND_DISPLAY is set)