view configure @ 13688:f07e48d6650b v8.0.1716

patch 8.0.1716: test for term_setsize() does not give a good error message commit https://github.com/vim/vim/commit/ac3e830065f1e54c422cdd2f3157fb35fac27e04 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 15 13:10:44 2018 +0200 patch 8.0.1716: test for term_setsize() does not give a good error message Problem: Test for term_setsize() does not give a good error message. Solution: use assert_inrange().
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Apr 2018 13:15:05 +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 "$@"