view configure @ 9336:52bda0e40ea2 v7.4.1950

commit https://github.com/vim/vim/commit/f50df3925b7c909d1cda4c868d8c7ba38189aabe Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 21 21:33:34 2016 +0200 patch 7.4.1950 Problem: Quickfix long lines test not executed for buffer. Solution: Call the function to test long lines. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Jun 2016 21:45: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 "$@"