# HG changeset patch # User Christian Brabandt # Date 1471992306 -7200 # Node ID 80008b4e197ebdc4f39b0062fc5559895c514097 # Parent 1617ed2bd4efaae423a920526198624b2d348a69 commit https://github.com/vim/vim/commit/b58fe4588c6bfa173a3c47a66f410c2427bc668e Author: Bram Moolenaar Date: Wed Aug 24 00:39:05 2016 +0200 patch 7.4.2247 Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef. diff --git a/src/ex_cmds.c b/src/ex_cmds.c --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -8392,7 +8392,6 @@ ex_drop(exarg_T *eap) } #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. @@ -8444,7 +8443,6 @@ skip_vimgrep_pat(char_u *p, char_u **s, } return p; } -#endif #if defined(FEAT_EVAL) || defined(PROTO) /* diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2247, +/**/ 2246, /**/ 2245,