view configure @ 33883:3f4883e56207

runtime(doc): remove non-existent parameter in shift-command (#13626) Commit: https://github.com/vim/vim/commit/2103a56eab5a935f3c14c6e0b1610ff16fc8678f Author: Roy Orbitson <Roy-Orbison@users.noreply.github.com> Date: Wed Dec 6 01:14:33 2023 +1030 runtime(doc): remove non-existent parameter in shift-command (https://github.com/vim/vim/issues/13626) The variant with the {count} parameter is explained in the next item. Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:20 +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 "$@"