view configure @ 16940:1c264ca8f2e8 v8.1.1471

patch 8.1.1471: 'background' not correctly set for 2-digit rgb termresponse commit https://github.com/vim/vim/commit/32e1977012912cd5d7bc762dd41197bc3f1a1370 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 5 22:57:04 2019 +0200 patch 8.1.1471: 'background' not correctly set for 2-digit rgb termresponse Problem: 'background' not correctly set for 2-digit rgb termresponse. Solution: Adjust what digit to use. (closes https://github.com/vim/vim/issues/4495)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jun 2019 23:00:07 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"