view configure @ 9727:8436bb5134f5 v7.4.2139

commit https://github.com/vim/vim/commit/0588d4f9d2741f35a271400a37fddbdd72d84219 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 16:29:47 2016 +0200 patch 7.4.2139 Problem: :delfunction causes illegal memory access. Solution: Correct logic when deciding to free a function.
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Aug 2016 16:30:07 +0200
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 "$@"