Skip to content

Commit b58fe45

Browse files
committed
patch 7.4.2247
Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef.
1 parent d6f2ee3 commit b58fe45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ex_cmds.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8392,7 +8392,6 @@ ex_drop(exarg_T *eap)
83928392
}
83938393
#endif
83948394

8395-
#if defined(FEAT_QUICKFIX) || defined(FEAT_EVAL) || defined(PROTO)
83968395
/*
83978396
* Skip over the pattern argument of ":vimgrep /pat/[g][j]".
83988397
* 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)
84448443
}
84458444
return p;
84468445
}
8447-
#endif
84488446

84498447
#if defined(FEAT_EVAL) || defined(PROTO)
84508448
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2247,
766768
/**/
767769
2246,
768770
/**/

0 commit comments

Comments
 (0)