view configure @ 25593:c6277019b8c1 v8.2.3333

patch 8.2.3333: Vim9: not enough tests run with Vim9 Commit: https://github.com/vim/vim/commit/3e9c0b9608736e7d888f3141443f8754143364d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 12 10:39:10 2021 +0200 patch 8.2.3333: Vim9: not enough tests run with Vim9 Problem: Vim9: not enough tests run with Vim9. Solution: Run a few more tests in Vim9 script and :def function.
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Aug 2021 10:45:02 +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 "$@"