view configure @ 11713:2ec27561dd76 v8.0.0739

patch 8.0.0739: terminal resizing doesn't work well. commit https://github.com/vim/vim/commit/58556cd0e592cba75bf60310d822a20e41f6b02e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 20 23:04:46 2017 +0200 patch 8.0.0739: terminal resizing doesn't work well. Problem: Terminal resizing doesn't work well. Solution: Resize the terminal to the Vim window and the other way around. Avoid mapping typed keys. Set the environment properly.
author Christian Brabandt <cb@256bit.org>
date Thu, 20 Jul 2017 23:15:03 +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 "$@"