• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revision81059e8b657d911c9876f557975f34624988624f (tree)
Time2008-07-25 00:20:50
Authorvimboss
Commitervimboss

Log Message

updated for version 7.2b-015

Change Summary

Incremental Difference

diff -r fe4ebbec775a -r 81059e8b657d src/auto/configure
--- a/src/auto/configure Thu Jul 24 14:24:48 2008 +0000
+++ b/src/auto/configure Thu Jul 24 15:20:50 2008 +0000
@@ -3946,7 +3946,7 @@
39463946
39473947 if test "$enable_darwin" = "yes"; then
39483948 MACOSX=yes
3949- OS_EXTRA_SCR="os_macosx.c os_mac_conv.c";
3949+ OS_EXTRA_SRC="os_macosx.c os_mac_conv.c";
39503950 OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
39513951 CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"
39523952 if test "x$MACARCH" = "xboth"; then
diff -r fe4ebbec775a -r 81059e8b657d src/configure.in
--- a/src/configure.in Thu Jul 24 14:24:48 2008 +0000
+++ b/src/configure.in Thu Jul 24 15:20:50 2008 +0000
@@ -152,7 +152,7 @@
152152
153153 if test "$enable_darwin" = "yes"; then
154154 MACOSX=yes
155- OS_EXTRA_SCR="os_macosx.c os_mac_conv.c";
155+ OS_EXTRA_SRC="os_macosx.c os_mac_conv.c";
156156 OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
157157 dnl TODO: use -arch i386 on Intel machines
158158 CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"
diff -r fe4ebbec775a -r 81059e8b657d src/version.c
--- a/src/version.c Thu Jul 24 14:24:48 2008 +0000
+++ b/src/version.c Thu Jul 24 15:20:50 2008 +0000
@@ -677,6 +677,8 @@
677677 static int included_patches[] =
678678 { /* Add new patch number below this line */
679679 /**/
680+ 15,
681+/**/
680682 14,
681683 /**/
682684 13,
Show on old repository browser