1
0
forked from aniani/vim

patch 7.4.2001

Problem:    Tiny build fails. (Tony Mechelynck)
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2016-07-08 15:32:54 +02:00
parent 245a7cb6d3
commit ba768495c2
2 changed files with 4 additions and 0 deletions

View File

@@ -9455,11 +9455,13 @@ ex_redir(exarg_T *eap)
char_u *fname; char_u *fname;
char_u *arg = eap->arg; char_u *arg = eap->arg;
#ifdef FEAT_EVAL
if (redir_evalcmd) if (redir_evalcmd)
{ {
EMSG(_("E930: Cannot use :redir inside evalcmd()")); EMSG(_("E930: Cannot use :redir inside evalcmd()"));
return; return;
} }
#endif
if (STRICMP(eap->arg, "END") == 0) if (STRICMP(eap->arg, "END") == 0)
close_redir(); close_redir();

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2001,
/**/ /**/
2000, 2000,
/**/ /**/