view configure @ 10369:4e5b307638cb v8.0.0079

commit https://github.com/vim/vim/commit/2b946c9f9b0e0fd805fb8f3e4c16e0a68ae13129 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 12 18:14:44 2016 +0100 patch 8.0.0079 Problem: Accessing freed memory in quickfix. (Domenique Pelle) Solution: Do not free the current list when adding to it.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Nov 2016 18:15:04 +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 "$@"