Problem: Compiler warning about unused function
(Tony Mechelynck, after v9.2.0762)
Solution: Add ifdefs
Signed-off-by: Christian Brabandt <cb@256bit.org>
return check_chars_options();
}
+#if defined(FEAT_TABPANEL) || defined(FEAT_DIFF) || defined(FEAT_PROP_POPUP)
static bool
completing_value_for_subopt(optexpand_T *args, char *name_suffix)
{
return colon - args->oe_set_arg >= len
&& STRNCMP(colon - len, name_suffix, len) == 0;
}
+#endif
int
expand_set_ambiwidth(optexpand_T *args, int *numMatches, char_u ***matches)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 764,
/**/
763,
/**/