view configure @ 21427:299cf1c2a37d v8.2.1264

patch 8.2.1264: terminal getwinpos() test is a bit flaky Commit: https://github.com/vim/vim/commit/420952175a652372affc78c0017d6049f20063c3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 21 21:48:58 2020 +0200 patch 8.2.1264: terminal getwinpos() test is a bit flaky Problem: Terminal getwinpos() test is a bit flaky. Solution: Call getwinpos() a bit later.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jul 2020 22:00:06 +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 "$@"