Mercurial > vim
view configure @ 10496:bd5bec6291cc v8.0.0141
commit https://github.com/vim/vim/commit/269aec7e615b7710139a69a4c715dfe534aa3a1a
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 2 18:32:39 2017 +0100
patch 8.0.0141
Problem: Nested function test fails on AppVeyor.
Solution: Disable the test on Windows for now.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Jan 2017 18:45:03 +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 "$@"