view configure @ 21066:48cfc37fe4fc v8.2.1084

patch 8.2.1084: Lua: registering function has useless code Commit: https://github.com/vim/vim/commit/7d2ac92ebc36049f9ce2f4ce08b8a80ca212ace2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 29 20:20:33 2020 +0200 patch 8.2.1084: Lua: registering function has useless code Problem: Lua: registering function has useless code. Solution: Remove clearing grow arrays.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jun 2020 20:30:04 +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 "$@"