view configure @ 33366:88fa56e88cd7 v9.0.1944

patch 9.0.1944: Vim9: function instruction pointer invalidated Commit: https://github.com/vim/vim/commit/a76fbe6e00249d25fa2cfaf80ddaa360f0e1711d Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Sep 27 18:51:43 2023 +0200 patch 9.0.1944: Vim9: function instruction pointer invalidated Problem: Vim9: function instruction pointer invalidated Solution: Use the funcref index instead of the instruction pointer closes: #13178 closes: #13196 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Sep 2023 19:00:10 +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 "$@"