view configure @ 33062:eca516f9c19f

runtime(heex): Add HEEX comments to match_words in ftplugin (#12957) Commit: https://github.com/vim/vim/commit/3ac2d3da5fdf20dfddb450a49502ef47b1f581d4 Author: Jason King <jk@handle.it> Date: Tue Aug 29 15:11:55 2023 -0500 runtime(heex): Add HEEX comments to match_words in ftplugin (https://github.com/vim/vim/issues/12957) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Aug 2023 22:15: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 "$@"