view configure @ 22740:05ecd9d23c1d v8.2.1918

patch 8.2.1918: Vim9: E1100 mentions :let Commit: https://github.com/vim/vim/commit/3e2534ed1a6557445747e6c1439ad26ec8eabfc4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 28 17:55:31 2020 +0100 patch 8.2.1918: Vim9: E1100 mentions :let Problem: Vim9: E1100 mentions :let. Solution: Mention "var". (closes https://github.com/vim/vim/issues/7207)
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Oct 2020 18:00: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 "$@"