view configure @ 10823:a7da553980ee v8.0.0301

patch 8.0.0301: not enough testing for setting options commit https://github.com/vim/vim/commit/698f8b207bbfefa1cbbd7361caf5412cb3416534 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 4 15:53:32 2017 +0100 patch 8.0.0301: not enough testing for setting options Problem: No tests for ":set completion" and various errors of the :set command. Solution: Add more :set tests. (Dominique Pelle, closes #1440)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Feb 2017 16:00:04 +0100
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 "$@"