view configure @ 18335:1c1a02e000b5 v8.1.2162

patch 8.1.2162: popup resize test is flaky Commit: https://github.com/vim/vim/commit/4e03933726e3698d962bf7dacdd27f306a4c5086 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 21:13:35 2019 +0200 patch 8.1.2162: popup resize test is flaky Problem: Popup resize test is flaky. (Christian Brabandt) Solution: Add the function to the list of flaky tests.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 21:15: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 "$@"