view configure @ 27213:42561e956a70 v8.2.4135

patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script Commit: https://github.com/vim/vim/commit/6079da7cfb10c798535224c92db7fedd3914cb71 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 18 14:16:59 2022 +0000 patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script Problem: Vim9: ":scriptnames" shows unloaded imported autoload script. Solution: Mark the unloaded script with "A". (closes https://github.com/vim/vim/issues/9552)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Jan 2022 15:30: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 "$@"