view configure @ 13990:017c5462ed5e v8.1.0013

patch 8.1.0013: using freed memory when changing terminal cursor color commit https://github.com/vim/vim/commit/4f7fd56b423245786f223a370c6fbfc12e3f37eb Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 21 14:55:28 2018 +0200 patch 8.1.0013: using freed memory when changing terminal cursor color Problem: Using freed memory when changing terminal cursor color. Solution: Make a copy of the color. (Dominique Pelle, closes https://github.com/vim/vim/issues/2938, closes #2941)
author Christian Brabandt <cb@256bit.org>
date Mon, 21 May 2018 15:00: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 "$@"