Problem: build error when XCLIPBOARD is not defined
(Tony Mechelynck, after v9.2.0158)
Solution: Update ifdefs
related: #19676
Signed-off-by: Christian Brabandt <cb@256bit.org>
area_highlighting = TRUE;
vi_attr = HL_ATTR(HLF_V);
#if defined(FEAT_CLIPBOARD) && defined(FEAT_X11)
- if (xterm_dpy
- && ((clip_star.available && !clip_star.owned
+ if (
+# ifdef FEAT_XCLIPBOARD
+ xterm_dpy &&
+# endif
+ ((clip_star.available && !clip_star.owned
&& clip_isautosel_star())
|| (clip_plus.available && !clip_plus.owned
&& clip_isautosel_plus())))
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 164,
/**/
163,
/**/