view configure @ 33971:807ee2d19caf

runtime(tmux): Update tmux syntax rules (#13708) Commit: https://github.com/vim/vim/commit/b42703a662e87ef0ab643f417869851f065eaac4 Author: Eric Pruitt <eric.pruitt@gmail.com> Date: Mon Dec 18 00:03:40 2023 -0800 runtime(tmux): Update tmux syntax rules (https://github.com/vim/vim/issues/13708) Signed-off-by: Eric Pruitt <eric.pruitt@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Dec 2023 09:15:05 +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 "$@"