0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.1-246

This commit is contained in:
Bram Moolenaar 2008-02-13 09:28:19 +00:00
parent ae0f2caeb3
commit 8b131505eb
3 changed files with 4 additions and 2 deletions

2
src/auto/configure vendored
View File

@ -14259,7 +14259,7 @@ echo "${ECHO_T}$TAGPRG" >&6
echo "$as_me:$LINENO: checking how to run man with a section nr" >&5
echo $ECHO_N "checking how to run man with a section nr... $ECHO_C" >&6
MANDEF="man"
(eval man -s 2 read) < /dev/null > /dev/null 2>&5 && MANDEF="man -s"
(eval MANPAGER=cat PAGER=cat man -s 2 read) < /dev/null > /dev/null 2>&5 && MANDEF="man -s"
echo "$as_me:$LINENO: result: $MANDEF" >&5
echo "${ECHO_T}$MANDEF" >&6
if test "$MANDEF" = "man -s"; then

View File

@ -2726,7 +2726,7 @@ AC_MSG_RESULT($TAGPRG) AC_SUBST(TAGPRG)
dnl Check how we can run man with a section number
AC_MSG_CHECKING(how to run man with a section nr)
MANDEF="man"
(eval man -s 2 read) < /dev/null > /dev/null 2>&AC_FD_CC && MANDEF="man -s"
(eval MANPAGER=cat PAGER=cat man -s 2 read) < /dev/null > /dev/null 2>&AC_FD_CC && MANDEF="man -s"
AC_MSG_RESULT($MANDEF)
if test "$MANDEF" = "man -s"; then
AC_DEFINE(USEMAN_S)

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
246,
/**/
245,
/**/