view configure @ 18675:a0bd0a022bd4 v8.1.2329

patch 8.1.2329: mouse multiple click test is a bit flaky Commit: https://github.com/vim/vim/commit/44f0bd878ab6525eb50f2e05a13c0854164cdec2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 18:27:01 2019 +0100 patch 8.1.2329: mouse multiple click test is a bit flaky Problem: Mouse multiple click test is a bit flaky. Solution: Add it to the list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 18:30:03 +0100
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 "$@"