view configure @ 12736:4ca72d1ed7f0 v8.0.1246

patch 8.0.1246: popup test has an arbitrary delay commit https://github.com/vim/vim/commit/b315876efa7865486b9cc160d43f0ead47e58d6c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 17:50:14 2017 +0100 patch 8.0.1246: popup test has an arbitrary delay Problem: Popup test has an arbitrary delay. Solution: Wait for the ruler to show. (James McCoy)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 18:00:04 +0100
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 "$@"