view configure @ 14131:ec85acd49b8e v8.1.0083

patch 8.1.0083: "is" and "as" have trouble with quoted punctuation commit https://github.com/vim/vim/commit/8516071124dbb7ad7caa43cc98ae3c57ae093c9e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 18:27:41 2018 +0200 patch 8.1.0083: "is" and "as" have trouble with quoted punctuation Problem: "is" and "as" have trouble with quoted punctuation. Solution: Check for punctuation before a quote. (Jason Franklin)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 18: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 "$@"