view configure @ 14962:013b70517b1a v8.1.0492

patch 8.1.0492: "Edit with existing Vim" list can get long commit https://github.com/vim/vim/commit/bf9679ae4684cb0c4e6ef2c24da0f83955d53e57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 25 11:25:53 2018 +0200 patch 8.1.0492: "Edit with existing Vim" list can get long Problem: "Edit with existing Vim" list can get long. Solution: Move the list to a submenu. (Ken Takata, closes https://github.com/vim/vim/issues/3561)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Oct 2018 11:30:07 +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 "$@"