view configure @ 22341:fc3350a38389 v8.2.1719

patch 8.2.1719: Vim9: no error if comma is missing in between arguments Commit: https://github.com/vim/vim/commit/10e4f12bf4cd08328618bbf4e57a15435296e586 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 20 22:43:52 2020 +0200 patch 8.2.1719: Vim9: no error if comma is missing in between arguments Problem: Vim9: no error if comma is missing in between arguments. Solution: Give an error message.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Sep 2020 22:45:03 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"