view configure @ 13624:429f0eb87d6f v8.0.1684

patch 8.0.1684: ml_get errors when using terminal window for shell command commit https://github.com/vim/vim/commit/07b46af645fa7a2b95afec3f3d87c91942d9cbd0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 14:56:18 2018 +0200 patch 8.0.1684: ml_get errors when using terminal window for shell command Problem: ml_get errors when using terminal window for shell command. (Blay263) Solution: Do not change the size of the current window.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 15:00:13 +0200
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 "$@"