• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revision6e03ee418b50de776b583358fe2ba20bbaf043ad (tree)
Zeit2006-10-17 18:49:09
Autorvimboss
Commitervimboss

Log Message

updated for version 7.0-137

Ändern Zusammenfassung

Diff

diff -r ba32a005373a -r 6e03ee418b50 src/auto/configure
--- a/src/auto/configure Tue Oct 17 09:12:21 2006 +0000
+++ b/src/auto/configure Tue Oct 17 09:49:09 2006 +0000
@@ -15302,7 +15302,7 @@
1530215302 && test "x$GUITYPE" != "xCARBONGUI"; then
1530315303 echo "$as_me:$LINENO: checking whether we need -framework Carbon" >&5
1530415304 echo $ECHO_N "checking whether we need -framework Carbon... $ECHO_C" >&6
15305- if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
15305+ if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
1530615306 || test "x$features" = "xhuge"; then
1530715307 LIBS="$LIBS -framework Carbon"
1530815308 echo "$as_me:$LINENO: result: yes" >&5
diff -r ba32a005373a -r 6e03ee418b50 src/configure.in
--- a/src/configure.in Tue Oct 17 09:12:21 2006 +0000
+++ b/src/configure.in Tue Oct 17 09:49:09 2006 +0000
@@ -2838,7 +2838,7 @@
28382838 && test "x$GUITYPE" != "xCARBONGUI"; then
28392839 AC_MSG_CHECKING(whether we need -framework Carbon)
28402840 dnl check for MACOSX without Carbon GUI, but with FEAT_MBYTE
2841- if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
2841+ if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
28422842 || test "x$features" = "xhuge"; then
28432843 LIBS="$LIBS -framework Carbon"
28442844 AC_MSG_RESULT(yes)
diff -r ba32a005373a -r 6e03ee418b50 src/version.c
--- a/src/version.c Tue Oct 17 09:12:21 2006 +0000
+++ b/src/version.c Tue Oct 17 09:49:09 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 137,
671+/**/
670672 136,
671673 /**/
672674 135,
Show on old repository browser