mirror of
https://github.com/vim/vim.git
synced 2025-10-20 08:14:18 -04:00
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>