view configure @ 12007:64b822c4f7ae v8.0.0884

patch 8.0.0884: can't specify the wait time for term_wait() commit https://github.com/vim/vim/commit/f3402b1b7f72d08e0357196902cce972b639bfd7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 6 19:07:08 2017 +0200 patch 8.0.0884: can't specify the wait time for term_wait() Problem: Can't specify the wait time for term_wait(). Solution: Add an otional second argument.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Aug 2017 19:15:05 +0200
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 "$@"