view configure @ 29054:e7bd4c788053 v8.2.5049

patch 8.2.5049: insufficient tests for autocommands Commit: https://github.com/vim/vim/commit/00e977cb83625f979d13639249a7788d5a1cb71e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 1 12:31:53 2022 +0100 patch 8.2.5049: insufficient tests for autocommands Problem: Insufficient tests for autocommands. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/10507)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jun 2022 13:45:04 +0200
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 "$@"