view configure @ 11953:fd714bb0ae24 v8.0.0856

patch 8.0.0856: MS-Windows: terminal job doesn't take options commit https://github.com/vim/vim/commit/102dc7f891c43e3065aef4adafdb2c647c5d09d2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 3 20:59:29 2017 +0200 patch 8.0.0856: MS-Windows: terminal job doesn't take options Problem: MS-Windows: terminal job doesn't take options. Solution: Call job_set_options(). (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Aug 2017 21:00: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 "$@"