diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 0388de8da4..b892b63072 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -9455,11 +9455,13 @@ ex_redir(exarg_T *eap) char_u *fname; char_u *arg = eap->arg; +#ifdef FEAT_EVAL if (redir_evalcmd) { EMSG(_("E930: Cannot use :redir inside evalcmd()")); return; } +#endif if (STRICMP(eap->arg, "END") == 0) close_redir(); diff --git a/src/version.c b/src/version.c index 6224e3dce7..4dcb286aab 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2001, /**/ 2000, /**/