view configure @ 13266:d73ebdbd8e35 v8.0.1507

patch 8.0.1507: timer test is a bit flaky commit https://github.com/vim/vim/commit/bfbea567d89fdaa08ed987fd80daa53a6ce399d1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 12 21:31:35 2018 +0100 patch 8.0.1507: timer test is a bit flaky Problem: Timer test is a bit flaky. Solution: Add it to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Feb 2018 21:45:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"