view configure @ 8935:219d80fee92f v7.4.1753

commit https://github.com/vim/vim/commit/c020042083b9c0a4e932b562c3bef97c76328e18 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 12:02:02 2016 +0200 patch 7.4.1753 Problem: "noinsert" in 'completeopt' is sometimes ignored. Solution: Set the variables when the 'completeopt' was set. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 12: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 "$@"