view configure @ 31176:0795700291ae v9.0.0922

patch 9.0.0922: Mermaid files are not recognized Commit: https://github.com/vim/vim/commit/364438d1e817d1d76003695f9ab533df35f8948a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 22 19:16:29 2022 +0000 patch 9.0.0922: Mermaid files are not recognized Problem: Mermaid files are not recognized. Solution: Add patterns for Mermaid. (Crag MacEachern)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 20:30:04 +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 "$@"