view configure @ 11535:f7a0b0b1fc17 v8.0.0650

patch 8.0.0650: for extra help files the filetype is set more than once commit https://github.com/vim/vim/commit/868831f1224cfc17a4de21fb7386873254592308 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 22 14:47:22 2017 +0200 patch 8.0.0650: for extra help files the filetype is set more than once Problem: For extra help files the filetype is set more than once. Solution: In *.txt files check that there is no help file modline.
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Jun 2017 15:00:03 +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 "$@"