view configure @ 15394:f20d90aeecaa v8.1.0705

patch 8.1.0705: :colorscheme isn't tested enough commit https://github.com/vim/vim/commit/6d4470b0e9aac76ae43be27a28447ea29767d77f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 8 21:05:51 2019 +0100 patch 8.1.0705: :colorscheme isn't tested enough Problem: :colorscheme isn't tested enough Solution: Improve test coverage of :colorscheme. (Dominique Pelle, closes #3777) Remove unnecessary sleep.
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Jan 2019 21:15:05 +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 "$@"