]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1862: wrong ifdefs for clipboard provider v9.1.1862
authorFoxe Chen <chen.foxe@gmail.com>
Thu, 16 Oct 2025 18:57:20 +0000 (18:57 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 16 Oct 2025 18:57:20 +0000 (18:57 +0000)
commit18d57a1b4c31d2a0eca28a4ba13e6a6998fb0e75
tree83ed37786ce109fe24933a8fa08b9080b96456a7
parenta30cf0b3ace613e216b7ae248b657b281de9f21c
patch 9.1.1862: wrong ifdefs for clipboard provider

Problem:  Wrong ifdefs for clipboard provider (after v9.1.1857)
Solution: Update ifdefs (Foxe Chen)

`clip_mch_own_selection()` should only be compiled if there is:

- No Wayland or X11 or clipboard provider support
- If not on UNIX (except MacOS) and clipboard provider feature is
  enabled.

closes: #18574

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