neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 8424c64498460c55adb05d50524c42b06dff8103
parent 74776dfb2ac497ab63a80ceea07b38c142b2c048
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Fri, 29 Mar 2024 15:43:26 +0100

docs: document setting g:clipboard to v:false (#28085)


Diffstat:
Mruntime/doc/provider.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)