view configure @ 14204:1b9f3932a130 v8.1.0119

patch 8.1.0119: failing test goes unnoticed because messages is not written commit https://github.com/vim/vim/commit/ec12d6490923fb5ff147ebf7e28d32f2b4977e3b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 27 23:12:36 2018 +0200 patch 8.1.0119: failing test goes unnoticed because messages is not written Problem: Failing test goes unnoticed because testdir/messages is not written. Solution: Set 'nomodifiable' only local to the buffer.
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Jun 2018 23:15: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 "$@"