view configure @ 16611:96e93765d0d6 v8.1.1308

patch 8.1.1308: the Normal highlight is not defined when compiled with GUI commit https://github.com/vim/vim/commit/f90b6e03a983b62b66564fc449e32724d6456769 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 19:26:38 2019 +0200 patch 8.1.1308: the Normal highlight is not defined when compiled with GUI Problem: The Normal highlight is not defined when compiled with GUI. Solution: Always define Normal. (Christian Brabandt, closes https://github.com/vim/vim/issues/4072)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 19:30:07 +0200
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 "$@"