view configure @ 14477:1ccf5dcd88ca v8.1.0252

patch 8.1.0252: quickfix functions are too long commit https://github.com/vim/vim/commit/de3b3677f7eace66be454196db0fbf710cfc8c5e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 21:54:41 2018 +0200 patch 8.1.0252: quickfix functions are too long Problem: Quickfix functions are too long. Solution: Refactor. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2950)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 22:00:04 +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 "$@"