view configure @ 34973:4ab37aa5cbcf v9.1.0342

patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english Commit: https://github.com/vim/vim/commit/ae7e61c928b4adaa220e59ecebc75ef630674207 Author: Julio B <julio.bacel@gmail.com> Date: Tue Apr 16 22:55:04 2024 +0200 patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-english Problem: tests: test_taglist fails when 'helplang' contains non-english Solution: Allow 1 or 2 tagfiles for now (Julio B) related: #14312 closes: #14566 Signed-off-by: Julio B <julio.bacel@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Apr 2024 23: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 "$@"