view configure @ 16074:fa133cd14f87 v8.1.1042

patch 8.1.1042: the paste test doesn't work properly in the Windows console commit https://github.com/vim/vim/commit/832615be12bdb5d60b2850e2025592dc67217f37 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 23 13:30:22 2019 +0100 patch 8.1.1042: the paste test doesn't work properly in the Windows console Problem: The paste test doesn't work properly in the Windows console. Solution: Disable the test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Mar 2019 13:45: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 "$@"