changeset 9947:80008b4e197e v7.4.2247

commit https://github.com/vim/vim/commit/b58fe4588c6bfa173a3c47a66f410c2427bc668e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 00:39:05 2016 +0200 patch 7.4.2247 Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Aug 2016 00:45:06 +0200
parents 1617ed2bd4ef
children f3f309428117
files src/ex_cmds.c src/version.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)
 /*
--- 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,