view configure @ 20893:c78689fa0633 v8.2.0998

patch 8.2.0998: not all tag code is tested Commit: https://github.com/vim/vim/commit/3d9207ad2fc98b4f92f77b5a3d52a3a4d25b9561 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 17 22:58:35 2020 +0200 patch 8.2.0998: not all tag code is tested Problem: Not all tag code is tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6284)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jun 2020 23:00:03 +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 "$@"