view configure @ 9217:9495e43a800d v7.4.1892

commit https://github.com/vim/vim/commit/c9721bdc63378cc6123e775ffe43e9cba30322b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 17:41:03 2016 +0200 patch 7.4.1892 Problem: balloon eval only gets the window number, not the ID. Solution: Add v:beval_winid.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 17:45:05 +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 "$@"