view configure @ 19699:4e9c794c3af1 v8.2.0406

patch 8.2.0406: FileReadCmd event not well tested Commit: https://github.com/vim/vim/commit/e32848780cc07c368ba2e088cdefdbb8c3b827c2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 13:55:03 2020 +0100 patch 8.2.0406: FileReadCmd event not well tested Problem: FileReadCmd event not well tested. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 14:00:05 +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 "$@"