view configure @ 17910:f084f846442a v8.1.1951

patch 8.1.1951: mouse double click test is a bit flaky Commit: https://github.com/vim/vim/commit/f1699968baf3619a4147b44c891ba4a0985e7656 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 31 17:48:19 2019 +0200 patch 8.1.1951: mouse double click test is a bit flaky Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Aug 2019 18:00:03 +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 "$@"