view configure @ 12620:27a2fc398671 v8.0.1188

patch 8.0.1188: autocmd test fails on MS-Windows commit https://github.com/vim/vim/commit/1d68d9b2bd60d848552c08763e590edde16056c9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 13 22:33:32 2017 +0200 patch 8.0.1188: autocmd test fails on MS-Windows Problem: Autocmd test fails on MS-Windows. Solution: Give the buffer a name and find the buffer to be wiped out by name.
author Christian Brabandt <cb@256bit.org>
date Fri, 13 Oct 2017 22:45:05 +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 "$@"