view configure @ 35087:0a5114d897d6

runtime(doc): Add tags about lazyloading of menu (#14688) Commit: https://github.com/vim/vim/commit/ca4b81a7ae9ed524c7097dda2638cf55f2672afc Author: K.Takata <kentkt@csc.jp> Date: Wed May 1 18:35:32 2024 +0900 runtime(doc): Add tags about lazyloading of menu (https://github.com/vim/vim/issues/14688) Close https://github.com/vim/vim/issues/14672 Also add the `g:` prefix. Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 01 May 2024 11:45:12 +0200
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 "$@"