view configure @ 14228:24109c2e0b0b v8.1.0131

patch 8.1.0131: :profdel is not tested commit https://github.com/vim/vim/commit/1fbfe7c48cb711f5a6deae535b3ec3bfe7952ce9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 30 21:18:13 2018 +0200 patch 8.1.0131: :profdel is not tested Problem: :profdel is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3123)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jun 2018 21:30:06 +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 "$@"