view configure @ 11692:c141c7d8606c v8.0.0729

patch 8.0.0729: the help for the terminal configure option is wrong commit https://github.com/vim/vim/commit/8008b6318dbd68b2c2c8cf08280768489a8f0114 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 18 21:33:20 2017 +0200 patch 8.0.0729: the help for the terminal configure option is wrong Problem: The help for the terminal configure option is wrong. Solution: Change "Disable" to "Enable". (E Kawashima, closes https://github.com/vim/vim/issues/1849) Improve alignment.
author Christian Brabandt <cb@256bit.org>
date Tue, 18 Jul 2017 21:45:03 +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 "$@"