view configure @ 23098:bdafc132a4a1 v8.2.2095

patch 8.2.2095: Vim9: crash when failed dict member is followed by concat Commit: https://github.com/vim/vim/commit/4029cabbe7c68a304ab8becb495bd6d91c6e97b1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 5 18:13:27 2020 +0100 patch 8.2.2095: Vim9: crash when failed dict member is followed by concat Problem: Vim9: crash when failed dict member is followed by concatenation. Solution: Remove the dict from the stack. (closes https://github.com/vim/vim/issues/7416)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Dec 2020 18:15:04 +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 "$@"