view configure @ 17057:294b409ce7e3 v8.1.1528

patch 8.1.1528: popup_any_visible() is unused commit https://github.com/vim/vim/commit/b4086ffa32d97831f2d25a37f8c1340223dee5eb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 14 20:00:48 2019 +0200 patch 8.1.1528: popup_any_visible() is unused Problem: Popup_any_visible() is unused. Solution: Remove it.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jun 2019 20:15:06 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"