view configure @ 15087:6a74cde86252 v8.1.0554

patch 8.1.0554: popup menu overlaps with preview window commit https://github.com/vim/vim/commit/614ab8aa00346724bfc27980d25985d482269b75 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 1 11:59:00 2018 +0100 patch 8.1.0554: popup menu overlaps with preview window Problem: Popup menu overlaps with preview window. Solution: Adjust the height computation. (Hirohito Higashi, closes https://github.com/vim/vim/issues/3414)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Dec 2018 12:00:07 +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 "$@"