view configure @ 13692:2dd14253ad12 v8.0.1718

patch 8.0.1718: terminal scrollback test fails on MS-Windows commit https://github.com/vim/vim/commit/6c672194cd06fb1ab1289475aad31a9769bdb2ad Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 15 13:28:42 2018 +0200 patch 8.0.1718: terminal scrollback test fails on MS-Windows Problem: Terminal scrollback test fails on MS-Windows. Solution: Check for the last line of output anticipating there might be an empty line below it.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Apr 2018 13:30:06 +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 "$@"