view configure @ 30327:7fde373affbf v9.0.0499

patch 9.0.0499: in :def function list created after const is locked Commit: https://github.com/vim/vim/commit/566badc76ba7c0fbdc75e62f79486182304fc7cc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 18 13:46:08 2022 +0100 patch 9.0.0499: in :def function list created after const is locked Problem: In :def function list created after const is locked. Solution: Reset v_lock. (closes https://github.com/vim/vim/issues/11154)
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Sep 2022 15:00:02 +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 "$@"