view configure @ 16273:397ab6afe01b v8.1.1141

patch 8.1.1141: terminal winpos test fails with very large terminal commit https://github.com/vim/vim/commit/1b55797e90c5fe41691afe43aed8afffbbcebeb9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 9 21:17:32 2019 +0200 patch 8.1.1141: terminal winpos test fails with very large terminal Problem: Terminal winpos test fails with very large terminal. (Dominique Pelle) Solution: Compute the expected size more accurately. (closes #4228)
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Apr 2019 21:30: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 "$@"