view configure @ 12479:65c7769ef6d1 v8.0.1119

patch 8.0.1119: quitting a split terminal window kills the job commit https://github.com/vim/vim/commit/8adb0d03ca2694922da915356d7ede05e31c5a5c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 17 19:08:02 2017 +0200 patch 8.0.1119: quitting a split terminal window kills the job Problem: Quitting a split terminal window kills the job. (Yasuhiro Matsumoto) Solution: Only stop terminal job if it is the last window.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Sep 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 "$@"