view configure @ 12990:ec86ba548446 v8.0.1371

patch 8.0.1371: Shift-Insert doesn't always work in MS-Windows console commit https://github.com/vim/vim/commit/feeb4d0901c7b16958e8f02ffcdac83b605b0b43 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 5 15:14:46 2017 +0100 patch 8.0.1371: 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 if the second character is more than one byte. (Yasuhiro Matsumoto, closes #2381)
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Dec 2017 15:15:05 +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 "$@"