view configure @ 18902:b24648ebcbc9 v8.2.0012

patch 8.2.0012: some undo functionality is not tested Commit: https://github.com/vim/vim/commit/559b9c68fe550f3af63d42e0838622aab1ceb1b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 15 18:09:19 2019 +0100 patch 8.2.0012: some undo functionality is not tested Problem: Some undo functionality is not tested. Solution: Add a few more test cases. (Dominique Pelle, closes https://github.com/vim/vim/issues/5364)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Dec 2019 18:15: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 "$@"