diff --git a/src/term.c b/src/term.c index b287121692..ef857a1a62 100644 --- a/src/term.c +++ b/src/term.c @@ -1957,8 +1957,10 @@ set_termname(char_u *term) #if defined(UNIX) || defined(VMS) term_is_xterm = vim_is_xterm(term); #endif +#ifdef FEAT_TERMRESPONSE is_not_xterm = FALSE; is_mac_terminal = FALSE; +#endif #ifdef FEAT_MOUSE # if defined(UNIX) || defined(VMS) diff --git a/src/version.c b/src/version.c index 78d0dc9bae..b7d9cb7d87 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2170, /**/ 2169, /**/