view configure @ 13696:3b1cfbc70b43 v8.0.1720

patch 8.0.1720: when a timer is running a terminal window may not close commit https://github.com/vim/vim/commit/802bfb14636b24d86d0ca8e0947d808b9b7c941e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 15 17:28:13 2018 +0200 patch 8.0.1720: when a timer is running a terminal window may not close Problem: When a timer is running a terminal window may not close after a shell has exited. Solution: Call job_status() more often.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Apr 2018 17:30:07 +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 "$@"