view configure @ 11806:1c1cb1e9b7b3 v8.0.0785

patch 8.0.0785: wildcards are not expanded for :terminal commit https://github.com/vim/vim/commit/67883b4909d0e9d4c024beb18f02750c6f7e3069 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 27 22:57:00 2017 +0200 patch 8.0.0785: wildcards are not expanded for :terminal Problem: Wildcards are not expanded for :terminal. Solution: Add FILES to the command flags. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1883) Also complete commands.
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Jul 2017 23:00: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 "$@"