view configure @ 27299:7218ad7a55d2 v8.2.4178

patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging Commit: https://github.com/vim/vim/commit/0bfa84916d110d4f4d863e91e144ff05ba431316 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 22 12:27:04 2022 +0000 patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging Problem: Vim9: invalid error for return type of lambda when debugging. Solution: Do not check the return type of a lambda. (closes https://github.com/vim/vim/issues/9589)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Jan 2022 13:30:05 +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 "$@"