view configure @ 14196:fd31f5ad4152 v8.1.0115

patch 8.1.0115: the matchparen plugin may throw an error commit https://github.com/vim/vim/commit/b7a5ab112ab2267c54acdb6a326642afcd797bc4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 25 00:05:59 2018 +0200 patch 8.1.0115: the matchparen plugin may throw an error Problem: The matchparen plugin may throw an error. Solution: Change the skip argument from zero to "0".
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Jun 2018 00:15:06 +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 "$@"