view configure @ 9264:b0be59a89bde v7.4.1915

commit https://github.com/vim/vim/commit/2a67ed83a885e8e65e25498660dae4f34d532c7b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 10 21:52:42 2016 +0200 patch 7.4.1915 Problem: The effect of the PopupMenu autocommand isn't directly visible. Solution: Call gui_update_menus() before displaying the popup menu. (Shane Harper, closs https://github.com/vim/vim/issues/855)
author Christian Brabandt <cb@256bit.org>
date Fri, 10 Jun 2016 22:00: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 "$@"