diff --git a/src/term.c b/src/term.c index 6410a574e1b8a..e83c198bdf2e0 100644 --- a/src/term.c +++ b/src/term.c @@ -1678,6 +1678,7 @@ static char *(key_names[]) = }; #endif +#if defined(HAVE_TGETENT) || defined(FEAT_TERMGUICOLORS) /* * Return TRUE if "term_strings[idx]" was not set. */ @@ -1686,6 +1687,7 @@ term_strings_not_set(enum SpecialKey idx) { return TERM_STR(idx) == NULL || TERM_STR(idx) == empty_option; } +#endif #ifdef HAVE_TGETENT /* diff --git a/src/version.c b/src/version.c index 3166491beb310..429d76c4c4f77 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1116, /**/ 1115, /**/