view configure @ 30220:088a3715ea69 v9.0.0446

patch 9.0.0446: message window may be positioned too low Commit: https://github.com/vim/vim/commit/87e74d0e03c6c0267546b2e3a49316f3e84d9794 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 20:12:15 2022 +0100 patch 9.0.0446: message window may be positioned too low Problem: Message window may be positioned too low. Solution: Compute cmdline_row before computing the position.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 21:15: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 "$@"