view configure @ 12786:0350d971fa16 v8.0.1270

patch 8.0.1270: mismatching file name with Filelist commit https://github.com/vim/vim/commit/8fdb35a974d92c7d0267bc8988aa6af74ee6885d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 5 18:23:16 2017 +0100 patch 8.0.1270: mismatching file name with Filelist Problem: Mismatching file name with Filelist. Solution: Rename color_ramp.vim to xterm_ramp.vim
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2017 18:30:06 +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 "$@"