view configure @ 22049:2b04c5bf4dc3 v8.2.1574

patch 8.2.1574: Vim9: glob() doesnot take "true" as argument Commit: https://github.com/vim/vim/commit/5892ea151197c8a6363c7ce2322d84277b97353e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 21:53:11 2020 +0200 patch 8.2.1574: Vim9: glob() doesnot take "true" as argument Problem: Vim9: glob() doesnot take "true" as argument. Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6821)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 22:00:05 +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 "$@"