view configure @ 21683:bb4f55d20951 v8.2.1391

patch 8.2.1391: Vim9: no error for shadowing a script function Commit: https://github.com/vim/vim/commit/fa211f3c6d27cf962b28f10e3c18b12dde4d20c3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 22:00:26 2020 +0200 patch 8.2.1391: Vim9: no error for shadowing a script function Problem: Vim9: no error for shadowing a script function. Solution: Check for already defined items. (closes https://github.com/vim/vim/issues/6652)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 22:15: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 "$@"