view configure @ 25543:a84e75d73fde v8.2.3308

patch 8.2.3308: Vim9: no runtime check for argument type with varargs only Commit: https://github.com/vim/vim/commit/6ce46b99635877fb0a17c06a6f5625fbc1ffa6f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 15:35:36 2021 +0200 patch 8.2.3308: Vim9: no runtime check for argument type with varargs only Problem: Vim9: no runtime check for argument type if a function only has varargs. Solution: Also check argument types if uf_va_type is set. (closes #8715)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 15:45:02 +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 "$@"