view configure @ 31313:b6bef244837e v9.0.0990

patch 9.0.0990: callback name argument is changed by setqflist() Commit: https://github.com/vim/vim/commit/c96b7f5d2af241c5eb1589e9da3dc09e45355e65 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 15:58:38 2022 +0000 patch 9.0.0990: callback name argument is changed by setqflist() Problem: Callback name argument is changed by setqflist(). Solution: Use the expanded function name for the callback, do not store it in the argument. (closes #11653)
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 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 "$@"