view configure @ 20883:8bc11506d787 v8.2.0993

patch 8.2.0993: Vim9 script test fails with normal features Commit: https://github.com/vim/vim/commit/f7d267ef20a38eb316915b91cb5a89021555f9d8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 17 12:04:54 2020 +0200 patch 8.2.0993: Vim9 script test fails with normal features Problem: Vim9 script test fails with normal features. Solution: Use :func instead of :def for now.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jun 2020 12:15:05 +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 "$@"