view configure @ 17182:a47ea7d2fe6d v8.1.1590

patch 8.1.1590: popup window test fails commit https://github.com/vim/vim/commit/6c6a603cd2db9cbd51c9b4e3ff44cbab72b98592 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 25 05:33:36 2019 +0200 patch 8.1.1590: popup window test fails Problem: Popup window test fails. Solution: Add "scrollbar" to expected result.
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Jun 2019 05:45:05 +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 "$@"