view configure @ 26566:ba52a5ef59f1 v8.2.3812

patch 8.2.3812: Vim9: leaking memory in numbered function test Commit: https://github.com/vim/vim/commit/57bc2333b1d713bc54f8e33ef3ef7ac169af2ac4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 15 12:06:43 2021 +0000 patch 8.2.3812: Vim9: leaking memory in numbered function test Problem: Vim9: leaking memory in numbered function test. Solution: Skip "g:" when checking for numbered function. Clean up after errors properly.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Dec 2021 13:15:03 +0100
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 "$@"