view configure @ 26536:08241cd6091b v8.2.3797

patch 8.2.3797: no good reason to limit the message history in tiny version Commit: https://github.com/vim/vim/commit/1e78deb0779bc403a914712f0842a65d2949dfdf Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 14:40:53 2021 +0000 patch 8.2.3797: no good reason to limit the message history in tiny version Problem: No good reason to limit the message history in the tiny version. Solution: Always use 200.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 15:45: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 "$@"