view configure @ 13454:1720b96e53b6 v8.0.1601

patch 8.0.1601: highlight test fails on Win32 commit https://github.com/vim/vim/commit/ff1e8795772a0175017c4c4f74ce33614ea8e73a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 12 22:16:37 2018 +0100 patch 8.0.1601: highlight test fails on Win32 Problem: Highlight test fails on Win32. Solution: Check for vtp and vcon support.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Mar 2018 22:30:06 +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 "$@"