mirror of
https://github.com/vim/vim.git
synced 2026-05-24 19:16:53 +02:00
761a484e12
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>