view configure @ 11884:3cb7318223a4 v8.0.0822

patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky commit https://github.com/vim/vim/commit/d09be321422669fc32d4d31a4ac7621c89136f7b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 21:37:58 2017 +0200 patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky Problem: Test_with_partial_callback is a tiny bit flaky. Solution: Add it to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 21:45:04 +0200
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 "$@"