view configure @ 10287:1c1fcf515607 v8.0.0040

commit https://github.com/vim/vim/commit/8507747600bddfd6a68aed057840856bf5548e61 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 14:35:48 2016 +0200 patch 8.0.0040 Problem: Whole line highlighting with matchaddpos() does not work. Solution: Check for zero length. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Oct 2016 14:45:04 +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 "$@"