view configure @ 15828:8f112782a2e9 v8.1.0921

patch 8.1.0921: terminal test sometimes fails; using memory after free commit https://github.com/vim/vim/commit/81aa0f56f8be6922730f1ca368d6c64661dc97a3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 14 23:23:19 2019 +0100 patch 8.1.0921: terminal test sometimes fails; using memory after free Problem: Terminal test sometimes fails; using memory after free. Solution: Fee memory a bit later. Add test to cover this. Disable flaky screenshot test. (closes #3956)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Feb 2019 23:30: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 "$@"