view configure @ 34427:2c0b18822510 v9.1.0136

patch 9.1.0136: Vim9: need more test for exists() methods Commit: https://github.com/vim/vim/commit/a2ebb6e9176d007c11804bb9784beee35a8050c8 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Feb 25 08:40:10 2024 +0100 patch 9.1.0136: Vim9: need more test for exists() methods Problem: Vim9: need more test for exists() Solution: Add test for exists() with class/objct variables and methods (Yegappan Lakshmanan) closes: #14088 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Feb 2024 08:45:06 +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 "$@"