view configure @ 18392:e15c1d8a6b99 v8.1.2190

patch 8.1.2190: syntax test fails on Mac Commit: https://github.com/vim/vim/commit/83e9a1ce75818a78c5ddf8dcfb820634ca6fabff Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 20 14:51:23 2019 +0200 patch 8.1.2190: syntax test fails on Mac Problem: Syntax test fails on Mac. Solution: Limit the window size to 20 rows.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Oct 2019 15:00:03 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"