view configure @ 26071:0bb9004c993b v8.2.3569

patch 8.2.3569: error for :let when vimrc is Vim 9 script Commit: https://github.com/vim/vim/commit/fd916d654d9731b3515abf7bc1ac12bd3632b601 Author: Christian Brabandt <cb@256bit.org> Date: Mon Nov 1 22:44:33 2021 +0000 patch 8.2.3569: error for :let when vimrc is Vim 9 script Problem: Error for :let when vimrc is Vim 9 script. Solution: Prepend :legacy in the code for converting arguments. (Christian Brabandt, closes #9068, closes #9077)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Nov 2021 23:45: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 "$@"