Mercurial > vim
view src/configure @ 12628:c3bb4552d15d v8.0.1192
patch 8.0.1192: MS-Windows: terminal feature not enabled by default
commit https://github.com/vim/vim/commit/ac8069bb63c5954c787fe93b7a9265de3c0c6853
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 14 20:24:19 2017 +0200
patch 8.0.1192: MS-Windows: terminal feature not enabled by default
Problem: MS-Windows: terminal feature not enabled by default.
Solution: Enable it. (Ken Takata)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 14 Oct 2017 20:30:05 +0200 |
parents | cd9471bd8e9e |
children |
line wrap: on
line source
#! /bin/sh # run the automatically generated configure script CONFIG_STATUS=auto/config.status \ auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache result=$? # Stupid autoconf 2.5x causes this file to be left behind. if test -f configure.lineno; then rm -f configure.lineno; fi exit $result