view configure @ 15142:7713ceb8c593 v8.1.0581

patch 8.1.0581: double free without the text properties feature commit https://github.com/vim/vim/commit/ca79a5fc3b383dcfc8ed2077688ea69dafadc6e7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 13 23:16:36 2018 +0100 patch 8.1.0581: double free without the text properties feature Problem: Double free without the text properties feature. Solution: Reset the dirty flag.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Dec 2018 23:30:06 +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 "$@"