view configure @ 28019:53e2bf6032e5 v8.2.4534

patch 8.2.4534: Vim9: "is" operator with empty string and null returns true Commit: https://github.com/vim/vim/commit/f8691004b069f67becd657a02100d7521d1255a9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 10 12:20:53 2022 +0000 patch 8.2.4534: Vim9: "is" operator with empty string and null returns true Problem: Vim9: "is" operator with empty string and null returns true. Solution: Consider empty string and null to be different for "is".
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 13:30:12 +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 "$@"