view configure @ 32039:f08ee1b65dbf v9.0.1351

patch 9.0.1351: Dhall files are not recognized Commit: https://github.com/vim/vim/commit/def5521752abefe12db8cc3111a3b205ad1ac929 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Fri Feb 24 16:01:54 2023 +0000 patch 9.0.1351: Dhall files are not recognized Problem: Dhall files are not recognized. Solution: Add patterns for Dhall files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12052)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Feb 2023 17:15:05 +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 "$@"