view configure @ 19886:4d033d36ba23 v8.2.0499

patch 8.2.0499: calling a lambda is slower than evaluating a string Commit: https://github.com/vim/vim/commit/f10806b25090879fdc1a86cc0da2f4f34fd21921 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 2 18:34:35 2020 +0200 patch 8.2.0499: calling a lambda is slower than evaluating a string Problem: Calling a lambda is slower than evaluating a string. Solution: Make calling a lambda faster. (Ken Takata, closes https://github.com/vim/vim/issues/5727)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Apr 2020 18:45:04 +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 "$@"