view configure @ 14503:4825955cb706 v8.1.0265

patch 8.1.0265: the getcmdline() function is way too big commit https://github.com/vim/vim/commit/0ee81cb63876e6ec1b2a6e0125295b43f1c63c7d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 10 22:07:32 2018 +0200 patch 8.1.0265: the getcmdline() function is way too big Problem: The getcmdline() function is way too big. Solution: Factor out the incremental search highlighting.
author Christian Brabandt <cb@256bit.org>
date Fri, 10 Aug 2018 22:15: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 "$@"