]> granicus.if.org Git - vim/commitdiff
patch 7.4.2247 v7.4.2247
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Aug 2016 22:39:05 +0000 (00:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Aug 2016 22:39:05 +0000 (00:39 +0200)
Problem:    Tiny build fails. (Tony Mechelynck)
Solution:   Remove #ifdef.

src/ex_cmds.c
src/version.c

index f8c57343e565f7193e13fa600b9b9f317b969de3..9e6a72debed1ca4f411556ac9ae227686d75eaaa 100644 (file)
@@ -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, int *flags)
     }
     return p;
 }
-#endif
 
 #if defined(FEAT_EVAL) || defined(PROTO)
 /*
index 8186fd6066a61cde5e19f8abf49a5030e2e51549..0a96e68d5be0d0ed71f9ee5ed224ce9b4e38cf41 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2247,
 /**/
     2246,
 /**/