view configure @ 14015:9709d783261f v8.1.0025

patch 8.1.0025: no test for the undofile() function commit https://github.com/vim/vim/commit/e5fa11186fde4a19e505eba403d3af8c61d11304 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 26 18:46:30 2018 +0200 patch 8.1.0025: no test for the undofile() function Problem: No test for the undofile() function. Solution: Add test. (Dominique Pelle, closes https://github.com/vim/vim/issues/2958)
author Christian Brabandt <cb@256bit.org>
date Sat, 26 May 2018 19:00:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"