view configure @ 12988:da725bc3fd2c v8.0.1370

patch 8.0.1370: channel test for callback is flaky commit https://github.com/vim/vim/commit/1eca6f13d62d2201f3bf0e83400c2e3de7df3951 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 5 14:04:27 2017 +0100 patch 8.0.1370: channel test for callback is flaky Problem: Channel test for callback is flaky. Solution: Add the test to thelist of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Dec 2017 14:15:04 +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 "$@"