view configure @ 15324:605b9c42a8c5 v8.1.0670

patch 8.1.0670: macro for popup menu width is unused commit https://github.com/vim/vim/commit/3d631cb0b34b03c7bdf45ad852d3644c7cf62743 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 31 22:09:56 2018 +0100 patch 8.1.0670: macro for popup menu width is unused Problem: Macro for popup menu width is unused. Solution: Remove it. (Hirohito Higashi)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 22:15:06 +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 "$@"