view configure @ 28780:acca2214cabf v8.2.4914

patch 8.2.4914: string interpolation in :def function may fail Commit: https://github.com/vim/vim/commit/933c2922b5e81b238c2e56361c76cf7c9548a2d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 16:37:07 2022 +0100 patch 8.2.4914: string interpolation in :def function may fail Problem: String interpolation in :def function may fail. Solution: Do not terminate the expression. (closes https://github.com/vim/vim/issues/10377)
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 May 2022 17: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 "$@"