view configure @ 15951:2c18aaf66e77 v8.1.0981

patch 8.1.0981: pasting in terminal insufficiently tested commit https://github.com/vim/vim/commit/5b868a82ed2151201350122fcdb75b35c557c528 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 06:11:53 2019 +0100 patch 8.1.0981: pasting in terminal insufficiently tested Problem: Pasting in terminal insufficiently tested. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/4040)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 06: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 "$@"