view configure @ 26205:9e5e331828da v8.2.3634

patch 8.2.3634: error for already defined function uses wrong line number Commit: https://github.com/vim/vim/commit/d604d78e7b2e63d118814d0fa0b4b702ec52aeed Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 20 21:46:20 2021 +0000 patch 8.2.3634: error for already defined function uses wrong line number Problem: Error for already defined function uses wrong line number. Solution: Set SOURCING_LNUM before giving the error message. (closes https://github.com/vim/vim/issues/9085)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 23: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 "$@"