Skip to content

Commit 7085ee7

Browse files
committed
updated for version 7.0-047
1 parent 8ff3800 commit 7085ee7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This is just a stub for the Unix configure script, to provide support for
44
# doing "./configure" in the top Vim directory.
55

6-
cd src && ./configure "$@"
6+
cd src && exec ./configure "$@"

src/configure

+4
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
# run the automatically generated configure script
33
CONFIG_STATUS=auto/config.status \
44
auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
5+
result=$?
6+
57
# Stupid autoconf 2.5x causes this file to be left behind.
68
if test -f configure.lineno; then rm -f configure.lineno; fi
9+
10+
exit $result

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ static char *(features[]) =
666666

667667
static int included_patches[] =
668668
{ /* Add new patch number below this line */
669+
/**/
670+
47,
669671
/**/
670672
46,
671673
/**/

0 commit comments

Comments
 (0)