view configure @ 12956:653ae4253f1d v8.0.1354

patch 8.0.1354: Shift-Insert doesn't always work in MS-Windows console commit https://github.com/vim/vim/commit/3660a10c73a6d716ae9fca21f7c5a3282ddc7c85 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 28 18:07:59 2017 +0100 patch 8.0.1354: Shift-Insert doesn't always work in MS-Windows console Problem: Shift-Insert doesn't always work in MS-Windows console. Solution: Handle K_NUL differently. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/2381)
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Nov 2017 18:15: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 "$@"