view configure @ 21463:7f36d36f7195 v8.2.1282

patch 8.2.1282: Vim9: crash when using CheckScriptFailure() Commit: https://github.com/vim/vim/commit/6c4bfe4b31e8c5d3c4809536ab6e4835d50f0f67 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 23 18:26:30 2020 +0200 patch 8.2.1282: Vim9: crash when using CheckScriptFailure() Problem: Vim9: crash when using CheckScriptFailure() in Test_vim9script_call_fail_decl(). Solution: Do not decrement the def_functions len unless the function was newly added.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jul 2020 18:30: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 "$@"