view configure @ 13495:459c4b29b6c1 v8.0.1621

patch 8.0.1621: using invalid default value for highlight attribute commit https://github.com/vim/vim/commit/6185903e3d07eb53326fc1403fc2de97ca31b775 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 20 13:00:25 2018 +0100 patch 8.0.1621: using invalid default value for highlight attribute Problem: Using invalid default value for highlight attribute. Solution: Use zero instead of -1.
author Christian Brabandt <cb@256bit.org>
date Tue, 20 Mar 2018 13:15:07 +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 "$@"