view configure @ 13406:4e30f3f4cb78 v8.0.1577

patch 8.0.1577: virtual replace test fails on MS-Windows commit https://github.com/vim/vim/commit/e7808481507b9e11ae73c8f865e95eb2d20f6cc8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 13:17:23 2018 +0100 patch 8.0.1577: virtual replace test fails on MS-Windows Problem: Virtual replace test fails on MS-Windows. Solution: Make adding a termcap entry work for a builtin terminal. Restore terminal keys in a better way.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 13:30:06 +0100
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 "$@"