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:
parent
ae0f2caeb3
commit
8b131505eb
2
src/auto/configure
vendored
2
src/auto/configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
246,
|
||||
/**/
|
||||
245,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user