view configure @ 21477:8a0362947c3a v8.2.1289

patch 8.2.1289: crash when using a custom completion function Commit: https://github.com/vim/vim/commit/c841afff6a89592f23710c6da5b0fea89b240937 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 25 14:11:55 2020 +0200 patch 8.2.1289: crash when using a custom completion function Problem: Crash when using a custom completion function. Solution: Initialize all of the expand_T. (closes https://github.com/vim/vim/issues/6532)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jul 2020 14:15:04 +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 "$@"