view configure @ 34895:a30e6625aa83

runtime(doc): mention :argded for :argedit Commit: https://github.com/vim/vim/commit/83424105cb4219fe4280aa86df5173096186bba2 Author: Christian Brabandt <cb@256bit.org> Date: Fri Apr 12 10:17:57 2024 +0200 runtime(doc): mention :argded for :argedit related: https://github.com/vim/vim/issues/14464 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Apr 2024 10:30:05 +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 "$@"