Skip to content

Commit

Permalink
updated for version 7.0-047
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Aug 8, 2006
1 parent b45cb31 commit 15b6cb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && ./configure "$@"
cd src && exec ./configure "$@"
4 changes: 4 additions & 0 deletions src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
47,
/**/
46,
/**/
Expand Down

0 comments on commit 15b6cb0

Please sign in to comment.