view configure @ 14360:e91659ae6614 v8.1.0195

patch 8.1.0195: terminal debugger commands don't always work commit https://github.com/vim/vim/commit/963c1ad5d072346d9e95d4c3be066b5e03c601d3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 19 02:55:01 2018 +0200 patch 8.1.0195: terminal debugger commands don't always work Problem: Terminal debugger commands don't always work. (Dominique Pelle) Solution: Set 'cpo' to its default value when defining commands. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Jul 2018 03:00:04 +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 "$@"