view configure @ 36484:a0b0c1e07064 draft v9.1.0844

patch 9.1.0844: if_python: no way to pass local vars to python Commit: https://github.com/vim/vim/commit/ea19e7856b6c7850eab7ce74aa209e09e2c6eae3 Author: Ben Jackson <puremourning@gmail.com> Date: Wed Nov 6 21:50:05 2024 +0100 patch 9.1.0844: if_python: no way to pass local vars to python Problem: if_python: no way to pass local vars to python Solution: Add locals argument to py3eval(), pyeval() and pyxeval() (Ben Jackson) fixes: #8573 closes: #10594 Signed-off-by: Ben Jackson <puremourning@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 06 Nov 2024 22:00: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 "$@"