view configure @ 35059:41a247d1e0da

runtime(doc): update helptags for jq syntax (#14646) Commit: https://github.com/vim/vim/commit/93df2285a0c0f58f752b696bb1ee56f7ae6e528a Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Apr 27 11:31:53 2024 +0200 runtime(doc): update helptags for jq syntax (https://github.com/vim/vim/issues/14646) Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Apr 2024 11:45:06 +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 "$@"