view configure @ 18755:a0be066d0b48 v8.1.2367

patch 8.1.2367: registers are not sufficiently tested Commit: https://github.com/vim/vim/commit/71136db1bfbc67c2e55f8070cdf0a241c643e45b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 19:48:46 2019 +0100 patch 8.1.2367: registers are not sufficiently tested Problem: Registers are not sufficiently tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5288)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 20: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 "$@"