view configure @ 27002:cf5b5e95f62b v8.2.4030

patch 8.2.4030: a script local funcref is not found from a mapping Commit: https://github.com/vim/vim/commit/71f21938bc9f4f6c0e52c178f51cb19be9804690 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 7 18:20:55 2022 +0000 patch 8.2.4030: a script local funcref is not found from a mapping Problem: A script local funcref is not found from a mapping. Solution: When looking for a function, also find a script-local funcref. (closes #9485)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 19:30: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 "$@"