mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
updated for version 7.1-148
This commit is contained in:
parent
9642664800
commit
e74455a447
3
src/auto/configure
vendored
3
src/auto/configure
vendored
@ -10263,10 +10263,11 @@ fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
|
||||
termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
|
||||
termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \
|
||||
iconv.h langinfo.h unistd.h stropts.h errno.h \
|
||||
sys/resource.h sys/systeminfo.h locale.h \
|
||||
sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
|
||||
|
@ -2026,7 +2026,7 @@ if test $ac_cv_header_sys_wait_h = no; then
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADERS(stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
|
||||
termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
|
||||
termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \
|
||||
iconv.h langinfo.h unistd.h stropts.h errno.h \
|
||||
sys/resource.h sys/systeminfo.h locale.h \
|
||||
sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
148,
|
||||
/**/
|
||||
147,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user