view configure @ 21216:bcd08812cde3 v8.2.1159

patch 8.2.1159: Vim9: no error for missing space after a comma Commit: https://github.com/vim/vim/commit/6b7a0a8c201bbace7e69fe0709f72b95092193df Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 8 18:38:08 2020 +0200 patch 8.2.1159: Vim9: no error for missing space after a comma Problem: Vim9: no error for missing space after a comma. Solution: Check for white space.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jul 2020 18:45:09 +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 "$@"