view configure @ 35155:3ca195f2feed

runtime(java): Strive to remain compatible for at least Vim 7.0 (#14744) Commit: https://github.com/vim/vim/commit/d3952e8cfe7baed1ff5c8111da5272a038cb55e4 Author: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com> Date: Sat May 11 00:39:31 2024 +0300 runtime(java): Strive to remain compatible for at least Vim 7.0 (https://github.com/vim/vim/issues/14744) Also: - Limit all look-behind regexp patterns. - Cache regexp capabilities for [:upper:] and [:lower:]. Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 10 May 2024 23:45:20 +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 "$@"