view configure @ 18528:6ad15a9b7c89 v8.1.2258

patch 8.1.2258: may get hit-enter prompt after entering a number Commit: https://github.com/vim/vim/commit/dc968e7a45c672a81148628b755c2a440a228ad7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 5 21:53:20 2019 +0100 patch 8.1.2258: may get hit-enter prompt after entering a number Problem: May get hit-enter prompt after entering a number. (Malcolm Rowe) Solution: Put back accidentally deleted lines. (closes https://github.com/vim/vim/issues/5176)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Nov 2019 22:00:03 +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 "$@"