view configure @ 15651:dd4e6f077874 v8.1.0833

patch 8.1.0833: memory leak when jumps output is filtered commit https://github.com/vim/vim/commit/d93090f41f70c521cfad5b25efcb0024b9480082 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 27 15:07:39 2019 +0100 patch 8.1.0833: memory leak when jumps output is filtered Problem: Memory leak when jumps output is filtered. Solution: Free the filtered name. (Dominique Pelle, closes https://github.com/vim/vim/issues/3869)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jan 2019 15:15: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 "$@"