view configure @ 15585:6ca8f0350723 v8.1.0800

patch 8.1.0800: may use a lot of memory when a function refers itself commit https://github.com/vim/vim/commit/4456ab527a6a5faae9287f3bd2e52cc18966cfb0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 23 23:00:30 2019 +0100 patch 8.1.0800: may use a lot of memory when a function refers itself Problem: May use a lot of memory when a function creates a cyclic reference. Solution: After saving a funccal many times, invoke the garbage collector. (closes #3835)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Jan 2019 23:15:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"