view configure @ 12417:c14c81302b75 v8.0.1088

patch 8.0.1088: occasional memory use after free commit https://github.com/vim/vim/commit/414168d97fad45387a3d7dd16449d15b27079ad8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 10 15:21:55 2017 +0200 patch 8.0.1088: occasional memory use after free Problem: Occasional memory use after free. Solution: Use the highlight table directly, don't keep a pointer.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2017 15:30:04 +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 "$@"