view configure @ 9320:b6472fd9f5ba v7.4.1942

commit https://github.com/vim/vim/commit/d18f672fc9477f3c0cb7cc4ce8d9237ed825c612 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 13:18:49 2016 +0200 patch 7.4.1942 Problem: Background is not drawn properly when 'termguicolors' is set. Solution: Check cterm_normal_bg_color. (Jacob Niehus, closes https://github.com/vim/vim/issues/805)
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Jun 2016 13:30: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 "$@"