view configure @ 10863:9130644aec5c v8.0.0321

patch 8.0.0321: errors when trying to use scripts in tiny version commit https://github.com/vim/vim/commit/8cc2a9c062fa38e133a62778518f769a423a2526 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 9 20:22:30 2017 +0100 patch 8.0.0321: errors when trying to use scripts in tiny version Problem: When using the tiny version trying to load the matchit plugin gives an error. On MS-Windows some default mappings fail. Solution: Add a check if the command used is available. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Feb 2017 20:30:05 +0100
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 "$@"