view configure @ 16314:606a49386aa1 v8.1.1162

patch 8.1.1162: incorrect coverage information; typo in color name commit https://github.com/vim/vim/commit/f587ef345e37ec5aa4b419e31780a1d951c9f702 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 13 13:13:54 2019 +0200 patch 8.1.1162: incorrect coverage information; typo in color name Problem: Incorrect coverage information; typo in color name. Solution: Fix the typo. Set environment variables to have a nested Vim write the coverage info in another directory.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Apr 2019 13: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 "$@"