view configure @ 34426:af0fe603b692

runtime(doc): clarify ':set[l] {option}<' behaviour Commit: https://github.com/vim/vim/commit/374e26aba2e5e0a220b1a7ce1934b0eb5f493e6c Author: Matt Ellis <m.t.ellis@gmail.com> Date: Sat Feb 24 17:02:43 2024 +0100 runtime(doc): clarify ':set[l] {option}<' behaviour closes: https://github.com/vim/vim/issues/14062 Signed-off-by: Matt Ellis <m.t.ellis@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Feb 2024 17:15:05 +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 "$@"