view configure @ 35091:66b389c4ef01

translation(es): update spanish menu localization Commit: https://github.com/vim/vim/commit/94a05d55459ad19737c1261b1bc9385b330069b5 Author: Oleg Zadorozhnyi <lesorubshayan@gmail.com> Date: Wed May 1 18:08:34 2024 +0200 translation(es): update spanish menu localization closes: https://github.com/vim/vim/issues/14690 Signed-off-by: Oleg Zadorozhnyi <lesorubshayan@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 01 May 2024 18:15:03 +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 "$@"