view configure @ 24622:ae44ab8824dd v8.2.2850

patch 8.2.2850: recalling commands from history is not tested Commit: https://github.com/vim/vim/commit/71c6f7a665eb467054fbf319989d97c252af28d2 Author: obcat <obcat@icloud.com> Date: Thu May 13 20:23:10 2021 +0200 patch 8.2.2850: recalling commands from history is not tested Problem: Recalling commands from history is not tested. Solution: Add tests. (closes https://github.com/vim/vim/issues/8194)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 May 2021 20:30: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 "$@"