view configure @ 24004:90fbe1a3b23c v8.2.2544

patch 8.2.2544: Vim9: error for argument when checking for lambda Commit: https://github.com/vim/vim/commit/bc327ccc3dd408463fc74266f57b879888a13e51 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 12:05:46 2021 +0100 patch 8.2.2544: Vim9: error for argument when checking for lambda Problem: Vim9: error for argument when checking for lambda. Solution: Respect the skip flag. (closes https://github.com/vim/vim/issues/7887)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Feb 2021 12:15:03 +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 "$@"