]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1860: clipboard register "+" enabled with cplipboard provider feature v9.1.1860
authorFoxe Chen <chen.foxe@gmail.com>
Thu, 16 Oct 2025 18:41:02 +0000 (18:41 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 16 Oct 2025 18:41:02 +0000 (18:41 +0000)
commit761a484e12fcdaf5d78293ce56d098ea6a39ba30
tree6c158b1126df6574506502555afc8b46e317e1f8
parent6180d65751d8cc85460eb1729dd04815b9f14aa4
patch 9.1.1860: clipboard register "+" enabled with cplipboard provider feature

Problem:  clipboard register "+" enabled with cplipboard provider feature
          (BenYip, after v9.1.1857)
Solution: Don't make clipboard provider enable plus register on UNIX
          (Foxe Chen)

fixes: #18580
closes: #18580

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt
src/clipboard.c
src/globals.h
src/version.c