view configure @ 36543:6871d5f2fc77 draft

runtime(doc): clarify the use of filters and external commands Commit: https://github.com/vim/vim/commit/f18987caa5095e9ff154f924d952047c67c9fb64 Author: Christian Brabandt <cb@256bit.org> Date: Tue Nov 12 21:38:22 2024 +0100 runtime(doc): clarify the use of filters and external commands related: https://github.com/vim/vim/issues/16044 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Nov 2024 21:45:02 +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 "$@"