view configure @ 15486:b143545e3354 v8.1.0751

patch 8.1.0751: some regexp errors are not tested commit https://github.com/vim/vim/commit/6057ed4720eaa1d546bbd234e6957ec0163e0e9b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 14 23:19:29 2019 +0100 patch 8.1.0751: some regexp errors are not tested Problem: Some regexp errors are not tested. Solution: Add a test function.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Jan 2019 23: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 "$@"