view configure @ 21038:6ad5f0c99ee9 v8.2.1070

patch 8.2.1070: Vim9: leaking memory when lacking white space in dict Commit: https://github.com/vim/vim/commit/ab19d495fd880b25a38d58cbeb5b21e4d0ee5835 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 27 17:04:05 2020 +0200 patch 8.2.1070: Vim9: leaking memory when lacking white space in dict Problem: Vim9: leaking memory when lacking white space in dict. Solution: Clear the typval.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jun 2020 17:15:03 +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 "$@"