view configure @ 23110:545ff3b4543c v8.2.2101

patch 8.2.2101: Vim9: memory leak when literal dict has an error Commit: https://github.com/vim/vim/commit/8bb0f5472c740458708fd3edabbb8d5193a96241 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 6 16:03:55 2020 +0100 patch 8.2.2101: Vim9: memory leak when literal dict has an error Problem: Vim9: memory leak when literal dict has an error and when an expression is not complete. Solution: Clear the typval and the growarray.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Dec 2020 16: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 "$@"