view configure @ 32110:66961c678d8a v9.0.1386

patch 9.0.1386: options test fails with some window width Commit: https://github.com/vim/vim/commit/30585e03a7ce6cf985f93ca30275bf4dae0d87cc Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Mar 6 08:10:04 2023 +0000 patch 9.0.1386: options test fails with some window width Problem: Options test fails with some window width. Solution: Adjust what text the test checks with. (closes https://github.com/vim/vim/issues/12111)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Mar 2023 09:15:05 +0100
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 "$@"