view configure @ 18951:2ade39e58400 v8.2.0036

patch 8.2.0036: not enough test coverage for match functions Commit: https://github.com/vim/vim/commit/49d68bf5e4d9306269b141f0576bbf44631f4ff0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 24 15:17:00 2019 +0100 patch 8.2.0036: not enough test coverage for match functions Problem: Not enough test coverage for match functions. Solution: Add a few more test cases. (Dominique Pelle, closes https://github.com/vim/vim/issues/5394) Add error number.
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Dec 2019 15:30:04 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"