view configure @ 15320:de8dc397cd2a v8.1.0668

patch 8.1.0668: no test for overstrike mode in the command line commit https://github.com/vim/vim/commit/c0676bab92bd6488e17d05a4a70dfff993ef524e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 31 21:03:02 2018 +0100 patch 8.1.0668: no test for overstrike mode in the command line Problem: No test for overstrike mode in the command line. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3742)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 21:15: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 "$@"