view configure @ 15231:42ce33efb23d v8.1.0625

patch 8.1.0625: MS-Windows: terminal test fails in white console commit https://github.com/vim/vim/commit/81df63537e281da38b45bc1806e2b4582e804242 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 22 18:25:30 2018 +0100 patch 8.1.0625: MS-Windows: terminal test fails in white console Problem: MS-Windows: terminal test fails in white console. Solution: Accept both white and black background colors.
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Dec 2018 18:30:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"