view configure @ 31928:7b1cbb43506c v9.0.1296

patch 9.0.1296: calling an object method with arguments does not work Commit: https://github.com/vim/vim/commit/094cf9f4d588b1c29f4e35c4ccbf8505510569fb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 10 15:52:25 2023 +0000 patch 9.0.1296: calling an object method with arguments does not work Problem: Calling an object method with arguments does not work. (Ernie Rael) Solution: Take the argument count into account when looking up the object. (closes #11911)
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Feb 2023 17:00:04 +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 "$@"