view configure @ 33836:0d13972491bd

runtime(nginx): add additional nginx keywords (#13581) Commit: https://github.com/vim/vim/commit/cf40409e7d17ddadaa697188788753c761479ef8 Author: Chris Aumann <me@chr4.org> Date: Sun Nov 26 15:06:27 2023 +0100 runtime(nginx): add additional nginx keywords (https://github.com/vim/vim/issues/13581) * Add support for missing keywords to the nginx syntax plugin This adds support for several keywords from - the built-in HTTP/2 module, - the built-in SSL module, - the built-in uWSGI module, - the experimental QUIC branch, - the third-party SSL CT module, - the third-party dynamic TLS records patch. Co-Author: ObserverOfTime <chronobserver@disroot.org> * Add missing http2/ http3 keywords to nginx plugin Co-authored-by: Christian Brabandt <cb@256bit.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Nov 2023 15:15:03 +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 "$@"