view configure @ 20281:ab8c8fd0f868 v8.2.0696

patch 8.2.0696: Vim9: nested function does not work properly Commit: https://github.com/vim/vim/commit/0e65d3de0aeff00aa42ea899f1afd11f8b22b93e Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 5 17:53:16 2020 +0200 patch 8.2.0696: Vim9: nested function does not work properly Problem: Vim9: nested function does not work properly Solution: Create a function reference. Check argument count.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 May 2020 18:00: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 "$@"