view configure @ 15768:ed264e126766 v8.1.0891

patch 8.1.0891: substitute command inssuficiently tested commit https://github.com/vim/vim/commit/d77aa4d22e943998c337d5a603622ac5cf2928cb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 10 22:50:14 2019 +0100 patch 8.1.0891: substitute command inssuficiently tested Problem: Substitute command inssuficiently tested. Solution: Add more test coverage. (Dominique Pelle)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Feb 2019 23:00: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 "$@"