]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-168 v7.2.168
authorBram Moolenaar <Bram@vim.org>
Wed, 13 May 2009 12:49:39 +0000 (12:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 May 2009 12:49:39 +0000 (12:49 +0000)
src/auto/configure
src/configure.in
src/version.c

index 889204283631819e67c827b973cd2bc1537d60d2..347db650d0a132ecc7d16d016a52fc36c1d1f0c1 100755 (executable)
@@ -15707,6 +15707,7 @@ test -f tags && mv tags tags.save
 if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&5 2>&1; then
   TAGPRG="ctags -I INIT+ --fields=+S"
 else
+  TAGPRG="ctags"
   (eval etags     /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags"
   (eval etags -c   /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags -c"
   (eval ctags     /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags"
index 68214172216c1240cbf9e188dbe16bad90145cb1..8060d4d97e9583fd9aa23956aa20aeb8ecb6f705 100644 (file)
@@ -2968,7 +2968,7 @@ fi
 dnl Link with xpg4, it is said to make Korean locale working
 AC_CHECK_LIB(xpg4, _xpg4_setrunelocale, [LIBS="$LIBS -lxpg4"],,)
 
-dnl Check how we can run ctags
+dnl Check how we can run ctags.  Default to "ctags" when nothing works.
 dnl --version for Exuberant ctags (preferred)
 dnl       Add --fields=+S to get function signatures for omni completion.
 dnl -t for typedefs (many ctags have this)
@@ -2980,6 +2980,7 @@ test -f tags && mv tags tags.save
 if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&AC_FD_CC 2>&1; then
   TAGPRG="ctags -I INIT+ --fields=+S"
 else
+  TAGPRG="ctags"
   (eval etags     /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags"
   (eval etags -c   /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags -c"
   (eval ctags     /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags"
index 028a49ea51b2319467cdf5b2387478d916bf537e..1650255785a798d914fc4a10113c0e3b7bfd27a9 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    168,
 /**/
     167,
 /**/