view configure @ 13404:615572809435 v8.0.1576

patch 8.0.1576: Perl VIM::Buffers() does not find every buffer commit https://github.com/vim/vim/commit/16896a10199572ff05149786868ff402aa8e31ea Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 12:25:56 2018 +0100 patch 8.0.1576: Perl VIM::Buffers() does not find every buffer Problem: Perl VIM::Buffers() does not find every buffer. Solution: Also find unlisted buffer by number or name. (Chris Weyl, closes #2692)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 12:30:07 +0100
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 "$@"