view configure @ 23729:7eef04861034 v8.2.2406

patch 8.2.2406: Vim9: profiled :def function leaks memory Commit: https://github.com/vim/vim/commit/c05fe07529f10fc32a2086cb44a708520c8d14ce Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 21:30:48 2021 +0100 patch 8.2.2406: Vim9: profiled :def function leaks memory Problem: Vim9: profiled :def function leaks memory. Solution: Delete the profiled instructions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Jan 2021 21:45:05 +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 "$@"