view configure @ 17480:91cac682b09a v8.1.1738

patch 8.1.1738: testing lambda with timer is slow commit https://github.com/vim/vim/commit/9bc4dde45d45df732953491d0f2c3fd3b10a627e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 24 13:08:29 2019 +0200 patch 8.1.1738: testing lambda with timer is slow Problem: Testing lambda with timer is slow. Solution: Do not test timer accuracy, only that it works. (Daniel Hahler, closes #4723)
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Jul 2019 13:15:06 +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 "$@"