To: vim_dev@googlegroups.com Subject: Patch 7.4.2001 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///