view configure @ 24903:99324f6b535a v8.2.2989

patch 8.2.2989: Vim9: memory leak when debugging a :def function Commit: https://github.com/vim/vim/commit/c2dec4cac4087af90dd4f64f4912a8e14a5fdd56 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 13 15:39:00 2021 +0200 patch 8.2.2989: Vim9: memory leak when debugging a :def function Problem: Vim9: memory leak when debugging a :def function. Solution: Free the debug instructions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jun 2021 15:45:02 +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 "$@"