To: vim_dev@googlegroups.com Subject: Patch 7.4.2247 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2247 (after 7.4.2244) Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef. Files: src/ex_cmds.c *** ../vim-7.4.2246/src/ex_cmds.c 2016-08-24 00:30:49.470083766 +0200 --- src/ex_cmds.c 2016-08-24 00:37:37.990413268 +0200 *************** *** 8392,8398 **** } #endif - #if defined(FEAT_QUICKFIX) || defined(FEAT_EVAL) || defined(PROTO) /* * Skip over the pattern argument of ":vimgrep /pat/[g][j]". * Put the start of the pattern in "*s", unless "s" is NULL. --- 8392,8397 ---- *************** *** 8444,8450 **** } return p; } - #endif #if defined(FEAT_EVAL) || defined(PROTO) /* --- 8443,8448 ---- *** ../vim-7.4.2246/src/version.c 2016-08-24 00:30:49.474083730 +0200 --- src/version.c 2016-08-24 00:38:27.485968458 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2247, /**/ -- I'm trying to be an optimist, but I don't think it'll work. /// 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 ///