mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
updated for version 7.2-168
This commit is contained in:
1
src/auto/configure
vendored
1
src/auto/configure
vendored
@@ -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
|
if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&5 2>&1; then
|
||||||
TAGPRG="ctags -I INIT+ --fields=+S"
|
TAGPRG="ctags -I INIT+ --fields=+S"
|
||||||
else
|
else
|
||||||
|
TAGPRG="ctags"
|
||||||
(eval etags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags"
|
(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 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"
|
(eval ctags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags"
|
||||||
|
@@ -2968,7 +2968,7 @@ fi
|
|||||||
dnl Link with xpg4, it is said to make Korean locale working
|
dnl Link with xpg4, it is said to make Korean locale working
|
||||||
AC_CHECK_LIB(xpg4, _xpg4_setrunelocale, [LIBS="$LIBS -lxpg4"],,)
|
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 --version for Exuberant ctags (preferred)
|
||||||
dnl Add --fields=+S to get function signatures for omni completion.
|
dnl Add --fields=+S to get function signatures for omni completion.
|
||||||
dnl -t for typedefs (many ctags have this)
|
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
|
if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&AC_FD_CC 2>&1; then
|
||||||
TAGPRG="ctags -I INIT+ --fields=+S"
|
TAGPRG="ctags -I INIT+ --fields=+S"
|
||||||
else
|
else
|
||||||
|
TAGPRG="ctags"
|
||||||
(eval etags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags"
|
(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 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"
|
(eval ctags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags"
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
168,
|
||||||
/**/
|
/**/
|
||||||
167,
|
167,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user