view configure @ 14435:90bed90d1130 v8.1.0231

patch 8.1.0231: :help -? goes to help for -+ commit https://github.com/vim/vim/commit/a5bc38b8c16be93bac900137a5837585006cc8a4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 1 18:03:02 2018 +0200 patch 8.1.0231: :help -? goes to help for -+ Problem: :help -? goes to help for -+. Solution: Add -? to list of special cases. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Aug 2018 18: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 "$@"