view src/configure @ 16788:f7268ec2c889 v8.1.1396

patch 8.1.1396: 'wincolor' does not apply to lines below the buffer commit https://github.com/vim/vim/commit/193ffd1d9f4f4d5412ce8d7a46bb2f89d47a56da Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 22:57:30 2019 +0200 patch 8.1.1396: 'wincolor' does not apply to lines below the buffer Problem: 'wincolor' does not apply to lines below the buffer. Solution: Also apply 'wincolor' to the "~" lines and the number column.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 23:00:04 +0200
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result