view configure @ 23705:9092d2a4422a v8.2.2394

patch 8.2.2394: Vim9: min() and max() return type is "any" Commit: https://github.com/vim/vim/commit/9ae3705b6ebd45086ca13c0f93a93f943559bd15 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 22 22:31:10 2021 +0100 patch 8.2.2394: Vim9: min() and max() return type is "any" Problem: Vim9: min() and max() return type is "any". Solution: Use return type "number". (closes https://github.com/vim/vim/issues/7728)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Jan 2021 22:45:03 +0100
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 "$@"