view configure @ 17514:984cc7258468 v8.1.1755

patch 8.1.1755: leaking memory when using a popup window mask commit https://github.com/vim/vim/commit/0aca293fedfd22d489297f7cbce6a7de86748151 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 26 22:22:38 2019 +0200 patch 8.1.1755: leaking memory when using a popup window mask Problem: Leaking memory when using a popup window mask. Solution: Free the cached mask.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Jul 2019 22:30:09 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"