view configure @ 20885:b70555af8908 v8.2.0994

patch 8.2.0994: Vim9: missing function causes compilation error Commit: https://github.com/vim/vim/commit/9bb3eb3e02a942fb71a4c1ce913f938d0ddf82d5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 17 20:03:36 2020 +0200 patch 8.2.0994: Vim9: missing function causes compilation error Problem: Vim9: missing function causes compilation error. Solution: Call test function indirectly.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jun 2020 20: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 "$@"