view configure @ 28393:860c2c6bcdfd v8.2.4721

patch 8.2.4721: cooklang files are not recognized Commit: https://github.com/vim/vim/commit/36951ed1dab2b2e816dc8959c72b5732f36d9e3b Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sat Apr 9 16:08:08 2022 +0100 patch 8.2.4721: cooklang files are not recognized Problem: Cooklang files are not recognized. Solution: recognize *.cook files. (Goc Dundar, closes https://github.com/vim/vim/issues/10120)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 17: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 "$@"