view configure @ 11599:3cf157856dc8 v8.0.0682

patch 8.0.0682: no test for synIDtrans() commit https://github.com/vim/vim/commit/0b2eef24bcbe2c85c90bbde914a1782cbedc5c72 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 27 15:43:49 2017 +0200 patch 8.0.0682: no test for synIDtrans() Problem: No test for synIDtrans(). Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/1796)
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Jun 2017 15:45: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 "$@"