view configure @ 13837:79419af4b29c v8.0.1790

patch 8.0.1790: 'winfixwidth' is not always respected by :close commit https://github.com/vim/vim/commit/c136af29c0b1939076fbae7d36afd90dce740315 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 4 20:15:38 2018 +0200 patch 8.0.1790: 'winfixwidth' is not always respected by :close Problem: 'winfixwidth' is not always respected by :close. Solution: Prefer a frame without 'winfixwidth' or 'winfixheight'. (Jason Franklin)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 May 2018 20:30:06 +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 "$@"