view configure @ 15752:bd442b02c9e5 v8.1.0883

patch 8.1.0883: missing some changes for Ex commands commit https://github.com/vim/vim/commit/54d6fe5e60c0c488a424c078963ead40ae7dc397 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 16:50:26 2019 +0100 patch 8.1.0883: missing some changes for Ex commands Problem: Missing some changes for Ex commands. Solution: Add mising changes in header file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 17:00:07 +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 "$@"