view configure @ 21871:e27555ca1093 v8.2.1485

patch 8.2.1485: Vim9: readdirex() expression doesn't accept bool Commit: https://github.com/vim/vim/commit/af8822ce085e3bd8edeb52cbb7306ddd42427d39 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 19 13:55:01 2020 +0200 patch 8.2.1485: Vim9: readdirex() expression doesn't accept bool Problem: Vim9: readdirex() expression doesn't accept bool. Solution: Accept both -1 and bool. (closes https://github.com/vim/vim/issues/6737)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Aug 2020 14:00:04 +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 "$@"