Patch 7.4.2001 (after 7.4.2000)
Problem: Tiny build fails. (Tony Mechelynck)
Solution: Add #ifdef.
Files: src/ex_docmd.c
*** ../vim-7.4.2000/src/ex_docmd.c 2016-07-08 10:53:08.343587493 +0200
--- src/ex_docmd.c 2016-07-08 15:30:57.038830614 +0200
***************
*** 9455,9465 ****
--- 9455,9467 ----
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();
*** ../vim-7.4.2000/src/version.c 2016-07-08 10:53:08.343587493 +0200
--- src/version.c 2016-07-08 15:32:38.557362299 +0200
***************
*** 760,761 ****
--- 760,763 ----
{ /* Add new patch number below this line */
+ /**/
+ 2001,
/**/
--
hundred-and-one symptoms of being an internet addict:
236. You start saving URL's in your digital watch.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.