view configure @ 31267:4bc9cd62d378 v9.0.0967

patch 9.0.0967: leaking memory from autocmd windows Commit: https://github.com/vim/vim/commit/84497cd06f06516f6ce727ea00c47792ce16dc70 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 28 20:34:52 2022 +0000 patch 9.0.0967: leaking memory from autocmd windows Problem: Leaking memory from autocmd windows. Solution: Free window when auc_win is not NULL.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Nov 2022 21:45:03 +0100
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 "$@"