view configure @ 11844:42585fee5e66 v8.0.0802

patch 8.0.0802: last line of terminal window has no color commit https://github.com/vim/vim/commit/70229f951f00cdcff790f2e70b0b0a601202e9e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 29 16:01:53 2017 +0200 patch 8.0.0802: last line of terminal window has no color Problem: After a job exits the last line in the terminal window does not get color attributes. Solution: Fix off-by-one error.
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Jul 2017 16:15:03 +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 "$@"