view configure @ 24764:3907cf9be745 v8.2.2920

patch 8.2.2920: still a way to shadow a builtin function Commit: https://github.com/vim/vim/commit/6f1d2aa437744a7cb0206fdaa543a788c5a56c79 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 1 21:21:55 2021 +0200 patch 8.2.2920: still a way to shadow a builtin function Problem: Still a way to shadow a builtin function. (Yasuhiro Matsumoto) Solution: Check the key when using extend(). (issue https://github.com/vim/vim/issues/8302)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jun 2021 21:30: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 "$@"